moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.43k forks source link

Open file causes -300 IO error #864

Open dsa1971 opened 11 years ago

dsa1971 commented 11 years ago

If a file added to be uploaded is open for editing it triggers a -300 IO error. It would be good if when this error is triggered there is information provided indicating that it was caused by the file being open on the client's system.

jayarjo commented 11 years ago

The problem is that it is not exclusively the single reason for that error.

dsa1971 commented 11 years ago

See http://plupload.com/punbb/viewtopic.php?id=2007

Created here in response to request in plupload forum.