Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Two missing files: #12

Closed
leetncamp opened this issue Jun 25, 2012 · 3 comments
Closed

Two missing files: #12

leetncamp opened this issue Jun 25, 2012 · 3 comments
Assignees

Comments

@leetncamp
Copy link

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

TemplateDoesNotExist
Exception Value:    
fileupload/picture_confirm_delete.html
Exception Location: /Library/Python/2.7/site-packages/django/template/loader.py in select_template, line 193
@sigurdga
Copy link
Owner

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.

@ghost ghost assigned sigurdga Jun 30, 2012
sigurdga added a commit that referenced this issue Jun 30, 2012
sigurdga added a commit that referenced this issue Jun 30, 2012
sigurdga added a commit that referenced this issue Jun 30, 2012
@sigurdga
Copy link
Owner

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!

@leetncamp
Copy link
Author

Thank you!

Sent from my iPhone

On Jun 30, 2012, at 6:24 AM, Sigurd Gartmann reply@reply.github.com wrote:

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!


Reply to this email directly or view it on GitHub:
#12 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants