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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -