Page 1 of 1
Background upload
Posted: Sat Aug 25, 2007 1:40 am
by rps111
Dear all
I want a small piece of help. I have designed a PHP form to upload a file and some other text fields. How can I initiate background uploads even before the form is uploaded
Posted: Sat Aug 25, 2007 3:04 am
by s.dot
If I understand your question right, you can't.
Posted: Sat Aug 25, 2007 4:10 am
by xpgeek
You can use Ajax.
Start looking for Ajax tool for file upload.
Another way you can use file upload form in frame some as on WP.
Posted: Sat Aug 25, 2007 3:25 pm
by legend986
How about this:
Code: Select all
http://www.webtoolkit.info/ajax-file-upload.html
If you want a tutorial:
Code: Select all
http://www.anyexample.com/programming/php/php_ajax_example__asynchronous_file_upload.xml
And this one is supposedly the best I could find:
Code: Select all
http://www.seemysites.net/projFolder/uploader/
There's another method called Flash Upload too incase you are interested:
Code: Select all
http://jcay.com/flash/software/tribulant-flash-file-upload-script.html
Hope that helps..