You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script doesn't check for tmp.bin file's existence before uploading a file, so if a file named tmp.bin already exists, fspd will append the upload contents to tmp.bin and move the file afterwards to correct filename.
I found this after my client crashed mid-upload.
Proposed solution:
Check for the presence of tmp.bin before a file is uploaded, delete it since it shouldn't be there before uploading a file.
Maybe change the name to fspd.tmp to avoid conflicting since tmp.bin is too generic
The text was updated successfully, but these errors were encountered:
The script doesn't check for tmp.bin file's existence before uploading a file, so if a file named tmp.bin already exists, fspd will append the upload contents to tmp.bin and move the file afterwards to correct filename.
I found this after my client crashed mid-upload.
Proposed solution:
The text was updated successfully, but these errors were encountered: