-1

I am learning symfony2, I've been looking everywhere for a good step by step example on how to make a multiple file upload and I couldn't find it.

I have already checked the online documentation on file uploads but I could not figure out how to make it possible for multiple file uploads. I thought a full step by step example on how to upload multiple files at once without using another bundle could be useful (something like this tutorial would me realy appreciated.

Thanks a lot.

Community
  • 1
  • 1
Theo Balkwill
  • 71
  • 2
  • 7

1 Answers1

0

You can use PunkAveFileUploaderBundle to upload multiple files at a time in symfony2 using BlueImp jQuery file uploader. Hope it will help you.

Krishna Ghodke
  • 589
  • 2
  • 6
  • 26