fireshare icon indicating copy to clipboard operation
fireshare copied to clipboard

User can rename file whilst uploading

Open CrypticMetaphor opened this issue 1 year ago • 5 comments

For public uploads, allowing a user to upload a file then edit the name would be a great benefit.

CrypticMetaphor avatar Nov 29 '23 22:11 CrypticMetaphor

Apologies, not a bug, a feature request.

CrypticMetaphor avatar Nov 29 '23 22:11 CrypticMetaphor

This is something I want to eventually add, but might require a bit more work than you'd expect so I don't know when I'll get around too it. The scan process is not tied to the upload process, and its the scan that enter your video into the database. That's why when you upload a video it doesn't immediately show up, its got to wait for the scan process to pick up the file and enter it into the database.

I'll have to think about how to approach this.

ShaneIsrael avatar Nov 30 '23 02:11 ShaneIsrael

No programming knowledge, but would an alternative approach be when the file uploads, a prompt is raised to ask them to provide a title, but infact it renames the file instead?

CrypticMetaphor avatar Nov 30 '23 15:11 CrypticMetaphor

@CrypticMetaphor That is an option that might work, but then your going to have files with spaces in the names which can on occasion cause issues in some file systems. Would need to test it though.

ShaneIsrael avatar Dec 01 '23 05:12 ShaneIsrael

@CrypticMetaphor That is an option that might work, but then your going to have files with spaces in the names which can on occasion cause issues in some file systems. Would need to test it though.

What about a Automatic Replace System? So on Upload spaces get replaced with "_" or smth else and in the Frontend its still shown as a space

t0g3pii avatar Dec 05 '23 18:12 t0g3pii