eprints / eprints3.4

EPrints 3.4 core and releases
http://www.eprints.org/uk/index.php/eprints-3-4/
GNU Lesser General Public License v3.0
31 stars 28 forks source link

Drag 'n' drop issues leading to zero byte files #377

Closed drn05r closed 8 months ago

drn05r commented 8 months ago

The uploadmethod JavaScript that is used for files upload can often have issues with drag 'n' drop leading to zero bytes files where the file record is created but no file is uploaded to the expected location.

There are some changes that can be made to the uploadmethod JavaScript that should eliminate the file record being created but the file upload failing to put the file in the expected location. More detail on this can be found at:

https://github.com/eprints/eprints3.5/issues/43