Showing posts with label upload. Show all posts
Showing posts with label upload. Show all posts

Thursday, May 24, 2012

Monday, May 7, 2012

PHP extension upload progress - returning negative total bytes and time remaining


I'm using the PHP upload progress extension to retrieve information about files being uploaded to my web system. However for files larger than 2GB the total bytes and time remaining fields are being returned as negative numbers.

Thursday, April 19, 2012

HTTP Uploads with Resource Forks


I'm building a PHP based upload service for some of our clients. I am using SWFUpload so that I can view the progress of a file as it uploads. I've got it pretty much built, but am running into one last issue before we can release it to the public.

Thursday, April 12, 2012

Best non-flash upload component for web applications?


I would like recommendations for upload scripts/components. My criteria:



  • No flash

  • Plain Javascript ok, jquery ok

  • Must provide progress bar (updated from for instance ajax call).

Friday, April 6, 2012

POST a file string using cURL in PHP?


I was wondering if it is possible to post a file - along with other form data - when the file is just a string?

Monday, February 20, 2012

photo upload field error in magento


Below i have added the code to upload photo. Well i have added photo upload in edit.phtml page only but in register.phtml magento showing error. Can anyone fix it ?

Thursday, January 12, 2012

plupload removeFiles


I'm trying to remove files with not allowed extensions on the FilesAdded event. (I can't use the filter parameter as I need an exclusive list).