Hi, I uploaded a file to the server. I want to extract the location of the file at the server side. I use request.FILES['location'] to get my file. When I print the request.FILE['location'], it just shows the file name, not the path name. So how can I get the path of the file uploaded? Thank you~~
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/FXwctBpp1kgJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.