-
Notifications
You must be signed in to change notification settings - Fork 187
Two missing files: #12
Comments
Hi Lee You are right about both of these things. They are kind of known issues which I haven't prioritised since I never meant this to be a fully working reusable app. I will probably find a usable "loading.gif" in Blueimp's "upstream" repository. Iirc, there is no code in place for deleting files. The hard part is the upload, the deletion is fairly easy. There is a fair chance that I will have another go at these points as someone (you) just reminded me of them. |
Deletion using the delete button (sending ajax calls) has always worked (except for the actual file deletion, which I fixed a few moments ago. Deletion by going to the url directly has not been possible before adding the template as you requested, as I just did. Should work fine now. Thanks for reminding me! |
Thank you! Sent from my iPhone On Jun 30, 2012, at 6:24 AM, Sigurd Gartmann reply@reply.github.com wrote:
|
The file static/img/loading.gif seems to be missing from the repository as well as the file templates/fileupload/picture_confirm_delete.html.
The error below can be generated with the django development server by passing in a URL like http://localhost:8000/upload/delete/1
The text was updated successfully, but these errors were encountered: