开发者

SWFUpload is it possible to upload multiple files to a single php script execution

开发者 https://www.devze.com 2022-12-24 19:54 出处:网络
I\'m trying to implement SWFUpload into an existing PHP upload funcitonality. My current backend script however expects 2 fiels to be uploaded in a single php script execution. (e.g. it excepts the $_

I'm trying to implement SWFUpload into an existing PHP upload funcitonality. My current backend script however expects 2 fiels to be uploaded in a single php script execution. (e.g. it excepts the $_FILES parameters to contain 2 entries).

So i'm queueing 2 files with SWFUpload and start uploading them. However it appears SWFLUpload calls the php backend script for each queued file.

I'd rather modify SWFUpload to send the files with a single backend script execution instead on ha开发者_JAVA技巧ving to adjust the backend script.

Is anyone familiar with this? I've searched various resources (like the SWFUploads docs and forum, but have not found similiar topics.

Thanks in advance


Please try this. This may help you.

http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/

All the best


SWFUpload does it . Here is the link: http://demo.swfupload.org/v220/simpledemo/index.php you can choose several files at a time. take care

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号