Background upload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rps111
Forum Newbie
Posts: 1
Joined: Sat Aug 25, 2007 1:16 am

Background upload

Post 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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

If I understand your question right, you can't.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
xpgeek
Forum Contributor
Posts: 146
Joined: Mon May 22, 2006 1:45 am
Location: Kyiv, Ukraine
Contact:

Post 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.
User avatar
legend986
Forum Contributor
Posts: 258
Joined: Sun Jul 15, 2007 2:45 pm

Post 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..
Post Reply