lets say that I have <input name="upload" type="file">
and I am uploading picture.jpg
. The question is how can I get the file name+extention? By other words the correct script for request.files.filename
or request.upload.filename
Found the answer. request.files['upload'].filename
gives the file name and extension in flask
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With