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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.