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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -