[jQuery] Re: files upload

2007-06-07 Thread Alexandre Plennevaux
Hello fullgarbage, i will look into that. version 1.0 beta will be released later today. It does not feature yet multiple file uploads, but it brings a lot of improvements, including maximum file size and error message customization. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PR

[jQuery] Re: files upload

2007-06-06 Thread Alexandre Plennevaux
Hello Will, i invite you to check out jqUploader see if it does what you want. http://www.pixeline.be/experiments/jqUploader/ I'm working on it this week so that i can release v1.0 and get done with it:) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On B

[jQuery] Re: files upload

2007-06-05 Thread Emil Ivanov
You'll have to do the uploaded asynchronously, using an iframe, and then query the backend for the progress... In php 5.2+ this is possible using the APC http://martinjansen.com/2007/04/upload-progress/ Note that this is quite buggy... In other languages it's possible, too. Regards, Emil Ivanov