Re: [Wikitech-l] Upload filesize limit bumped

2008-11-22 Thread Bryan Tong Minh
On Sat, Nov 22, 2008 at 7:13 AM, Ilmari Karonen [EMAIL PROTECTED] wrote: Brion Vibber wrote: Now that we've got uploads running on our new, beefier file servers, I've experimentally bumped the upload limit from 20 to 100 megabytes. If we've got new beefy servers, another limit to at least

Re: [Wikitech-l] Upload filesize limit bumped

2008-11-22 Thread Marco Schuster
On Sat, Nov 22, 2008 at 1:43 PM, Daniel Kinzler [EMAIL PROTECTED]wrote: Anyway, HTTP doesn't support feedback during upload (or any feedback, really), and HTML does not offer a way for multi-file uploads (which would also be quite handy). Any solutions I have so far seen for that are based

Re: [Wikitech-l] Upload filesize limit bumped

2008-11-22 Thread Daniel Kinzler
Sorry? You can upload multiple files in the same HTTP POST. Just add several input type=file to the same page (and hope you don't hit max_post_size). That can be done with javascript. Or do you mean uploading half file now and the other half on a second connection later? I mean

Re: [Wikitech-l] Upload filesize limit bumped

2008-11-22 Thread Daniel Kinzler
Does a PHP script using upload stuff get run if the file upload is complete, or will it start while still uploading? If not, can't you figure out the temporary name of the upload on the server and then run ls -lh on it? It gets run only after the upload is complete. And even if not, and you