Custom Upload Handlers in Django

409 Views Asked by At

I'm trying to create my own custom upload handlers on Django with the goal of being able to upload sub-directories. I ccouldn't find any resouce to build my own upload handlers so I saw Django Upload Handler on Github

I basically copy and paste it in the begining to check all works fine and then make my changes, but I'm missing something, because it doesn't return the files to the request, so I'm currently lost, I think maybe that Django uploads handlers isn't what I think it is and needs some changes in order to work, but I neither know what changes, because the handler doesn't return any NotImplementedError. Any suggestion will be much appreciated.

0

There are 0 best solutions below