I work on some gov project and got task to make an opportunity to track if operator(user) uploaded file using scanner or USB drive. I find it's possible if I could get file path before uploading it to server. Is it real in Django?
Asked
Active
Viewed 258 times
1 Answers
0
It is not possible to achieve this in Django as your server does not run on the client machine and thus doesn't have direct access to the file system.

uhexos
- 383
- 4
- 19