filechooser - How to use a file chooser in Django? -


what need button open file explorer, select file , show path of file. i've seen far requires uploading file , need path. there way doesn't require uploading file or can managed that?

thanks

an <input type="file"/> provide functionality seek. full file path typically unavailable. modern browsers replace c:\fakepath\<file> revealing information on web, such directories, clients machine security problem if site infected xss (cross-site scripting).


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -