Steve, Out of interest mate what web server you using? ITK or 4D Web Server? We had a few issues with ITK, switched to 4D and things have cleared up. Best.
James Wright Drag And Drop Limited 41 Brook Road Rayleigh Essex SS6 7XJ t: 01268 779648 _____ From: Steve Alex [mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wed, 05 Apr 2006 19:51:09 +0100 Subject: [Active4d-dev] File Upload and Safari again 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/ _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
