Unable to get full path of file dropped in browser due to security reasons. What to do?
问题 I'm developing a web-application with Django, which should manage and process a huge amount of user' files in local intranet. As the Django app and user files will host in the same local network, there is no necessity to upload files, it's ok to provide Django with full network path to the file via user's view. I realised that it's impossible to get full file path from the browser due to security reasons. There is a lot of files a user will process every day (around 150-200), so it's not ok