Upload empty file failes
riban-bw opened this issue · 1 comments
riban-bw commented
An attempt to upload an empty (zero sized) file will fail. The upload page shows continous progress animation but nothing more happens.
maakbaas commented
I've quickly looked into this, but it seems as if the webserver does not trigger the onUpload callback in case the file is empty. This is at the side of the Async webserver library, so nothing I can fix right now. In any case, I guess uploading an empty file is not a common use case and you can just as well create a new file on the filesystem programmatically.