Hi, this is not a big change but it would improve the QoA of the filesend feature for people who use it a lot like me.
Every time you create a filesend on every platform you have to fill up the “name” for the filesend.
thats gets old very quickly when sending a lot of different files.
You could resolve this issue by letting the client automatically grab the filename of the file being send and using it to complete the “name” input request.
if it has to be unique you could even append a random 5 string of chars to the end of the file name.
example:
i want to upload VeryImportantData.pdf
as soon as i select it in the file selection input the name “VeryImportantData.pdf” gets put in the filesend “name” input.
or alternatevely the filename gets appended by a random string to make it uniqueish “VeryImportantData.pdf-83d7d”
so i can rapidly select and send the file by just selecting it.
