I've posted several messages over the year about what appears to be a Safari/Active4D file upload problem.

In playing with ROR, which likes lighttpd as it's web server, I ran across this in a lighttpd configuration file:

# Making sure file uploads above 64k always work when using IE or Safari
# For more information, see http://trac.lighttpd.net/trac/ticket/360
$HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" {
  server.max-keep-alive-requests = 0
}


I've tried to implement a restricted file upload for files around 120k. Sometimes they work, sometimes they don't. I think it depends on how busy Active4D is. I can test it from home over a cable link (after hours) and it will work fine. At work, with a 100m backbone, sometimes they work, sometimes they don't.

Using FireFox, never a problem. Think it even works in IE! Didn't see anything in Active4D.ini related to keep-alive. I've got a backup email method for getting the files, it just pisses me off that I can't get it to work with Safari. (quotes for purchase orders in case any one is interested why I need these file uploads - rules)

Steve Alex
"There is no easy button"
our new AIDT/IT motto
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to