bug fix: file download

This commit is contained in:
Usman Nasir
2020-04-25 12:43:54 +05:00
parent dddefd7e44
commit 1ab847f28d
3 changed files with 3 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
import urllib.parse
encodedStr = 'ville.laprairie.qc.ca&fileToDownload=/home/ville.laprairie.qc.ca/public_html/app/uploads/2019/05/2019-05-16_Terre-contamine%CC%81e-sur-Goyer-150x150.jpg'
print(urllib.parse.unquote(encodedStr))