Re: Django App for synchronizing File upload

2014-12-30 Thread Collin Anderson
Hi, There are a bunch of modules list here that should do what you want. https://www.djangopackages.com/grids/g/ajax-file-uploading/ Collin On Monday, December 29, 2014 10:45:54 AM UTC-5, Abdulhakim Haliru wrote: > > Hello Guys, > > > Here is my requirements.. I need to upload heavy files to a d

Django App for synchronizing File upload

2014-12-29 Thread Abdulhakim Haliru
Hello Guys, Here is my requirements.. I need to upload heavy files to a django app. the users should be able to sync the file upload in the background. This technique can be seen in file sharing services like 4shared and dropbox. I know java is the way to go but I am wondering if something li