I had created a Django app in which user can upload files and view it in dashboard. Its working fine in local system but when I deployed it in Azure App Service the file is uploading but can't view the file in dashboard. Its shows no file but i can see the file has uploaded in the directory mentioned and the url is correctly pointing to the file uploaded.
Asked
Active
Viewed 94 times
0
-
check the file location that you have used to retrieve the file is not the file location of the local machine . – Mohit Ganorkar Oct 14 '22 at 18:49