Re: Uploading multiple files with rest api

2019-08-16 Thread Bhoopesh sisoudiya
Well No problem one solution is that Setp 1. Create form object in JavaScript. Setp 2. Add multiple files in form object. Setp 3. Send this form object in request with method like POST. Setp 4. Iterate each file and save in prefer location. On Fri, Aug 16, 2019, 1:57 PM Suraj Thapa FC wrote: >

Uploading multiple files with rest api

2019-08-16 Thread Suraj Thapa FC
I want to upload Multiple files without using models to a specific folder in rest api -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@go