Closed made1990 closed 1 year ago
that's because your upload is not completed yet. When it is completed, the name becomes the original one.
Got it. My underlying filesystem marks every new file read-only. So i guess the file was set to read-only before hfs could rename the file. I now changed the behaviour of my filesystem and now the files are uploaded with the correct filename. Thx
ok, so i consider it closed.
hfs renames the files because that's how it knows that it is incomplete, and can suggest upload resume. also, it's good for the user to know that the file is incomplete.
Hi folks,
using hfs 0.48.2 when i upload a file using the webbrowser, the file gets uploaded successfully, but gets a prefix in the file name hfs$upload
So a file called text.txt now has the name: hfs$upload-test.txt
How can I prevent that?
Marcus