once again, congratulations and thanks for all your (shared) work
is anyone handling 'batch' upload of files?
Miguel Benevides miguel.benevides@webidente.com my del.icio.us
"I hope that when the world comes to an end, I can breathe a sigh of relief, because there will be so much to look forward to."
I've got an idea: Flash uploader is unstable but it can popup file selector with file types filter, multiple file selection and can read file sizes.
If I had flash that would only:
take file types filter
popup file selection dialog (a browse method)
deliver full paths and sizes of user selected files
I could then upload the delivered files with standard <input type="file">. This way I could achieve both comfort of a flash uploader and the stability of the standard method.
Progress could still be done by background ajax server calls.
[EDIT] JeffHowden pointed out that file inputs are read-only so this cannot be done. See next post.
If I had flash that would only: [...] I could then upload the delivered files with standard <input type="file">.
Unfortunately, file inputs are read-only so this isn't going to work.
Jeff Howden
Ext JS - Support Team Volunteer jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
Unfortunately?
It would be a giant safety leak in my opinion.
Yes, unfortunately for Jozef.
Jeff Howden
Ext JS - Support Team Volunteer jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.