ouhouhsami / django-progressbarupload

Progress bar upload for Django
BSD 3-Clause "New" or "Revised" License
88 stars 67 forks source link

data from cache are None #3

Closed Azd325 closed 11 years ago

Azd325 commented 11 years ago

Hey I get only null as response of the progress because the cachekey is not found. https://github.com/ouhouhsami/django-progressbarupload/blob/master/progressbarupload/views.py#L19 Do you why this can happen? Are I need some other required settings or some config in my apache?

Azd325 commented 11 years ago

The problem was my SSD. Files were to small. The was uploaded faster than the function was called to check the upload. So the cache key was already deleted