sroze / SRIORestUploadBundle

A symfony bundle to handle multiple upload ways on your REST API.
46 stars 17 forks source link

Handle multiple files upload using "Resumable Upload Way" is possible? #15

Closed reypm closed 9 years ago

reypm commented 9 years ago

I'm not sure what this bundle allows but I'm looking for a

Hi, I'm not sure what this bundle brings but the question is I'm looking for a replacement for another I'm using (OneupUploaderBundle) and so far is not working well for me since files are not upload to the server and I have not received any response from the developer around this issue I'm having.

I'm using jQuery File Uploader, with the Bundle mentioned earlier, and I wonder if SRIORestUploadBundle gives me the ability to upload files and how the persistence will be on a existing entity that has a column that will store the path and name of the uploaded file.

There are some example code to guide me? I have found online docs but I get nothing like this on there, could you help me?

sroze commented 9 years ago

Have you found a way to make it working with jQuery File Uploader ?

reypm commented 9 years ago

@sroze No, I didn't

sroze commented 9 years ago

Did you try ? If yes, what are the issues ?