-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of the project #22
Comments
Hi! Which upload-example version are you using? I assume v2.0 but could you confirm? The http 405 error refers that the method is not allowed. This probably is a problem with routes. Did you customize the example code in any way? To which URL does your upload form point to? I mean, what is the value of Hope this helps you further. |
Hi! (tmp_yr0cz.zip , password is in the zip_pass.txt file) I haven't customized it in anyway yet. I dont see a form action on the button in your code either. Thanks! |
I had two more questions :
Am I also supposed to create a media folder for it? If so, what should be the absolute path for it.
Am I supposed to have a documents folder already? If so, what should be the absolute path for it. |
Unfortunately I do not have much time to look into it, but there is some that could take you further:
|
Hi, found the issue. Please update your myproject/myproject/urls.py with a home redirector (third line). urlpatterns = [ thanks a lot! |
Hi, great! Let us keep this issue open, as a reminder, until that thing gets fixed. Thanks! |
Yeah Sure! This is great help. Thanks! |
I have implemented the sample project. But cannot see the results after clicking upload button.
See attachment. https://drive.google.com/drive/folders/19yIF1S4YnLbUuJGvkV7k8av5jamWKikm?usp=sharing
The text was updated successfully, but these errors were encountered: