Jump to content

File upload through AJAX


Recommended Posts

  • 2 months later...

For the original question that was asked in this thread - AJAX by itself cannot upload files. Javascript does not have the ability to read files in all browsers and the XMLHttpRequest object does not provide a way of emulating a file upload. A form must be submitted for a file to be uploaded.

 

For the post that was just added to this thread, php is currently not able to provide a real time upload progress bar (amount/percent/time remaining...) You can have an upload "activity" indicator and there are many existing scripts. Check out this thread and the script that was attached to one of the posts - http://www.phpfreaks.com/forums/index.php/topic,218553.0.html

Link to comment
Share on other sites

For the post that was just added to this thread, php is currently not able to provide a real time upload progress bar (amount/percent/time remaining...) You can have an upload "activity" indicator and there are many existing scripts. Check out this thread and the script that was attached to one of the posts - http://www.phpfreaks.com/forums/index.php/topic,218553.0.html

You can using the apc extension with php 5.2+.

http://www.ibm.com/developerworks/library/os-php-v525/index.html

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.