1up-lab / OneupUploaderBundle

This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
MIT License
604 stars 177 forks source link

Support for Symfony3 #200

Closed ghost closed 8 years ago

ghost commented 8 years ago

Is this bundle ready for Symfony3?

lsv commented 8 years ago

Not the latest tag 1.3.1 but master is

@sheeep or @bytehead could we get a new tagged version for Symfony 2.8 + 3.0 ?

KhanMaytok commented 8 years ago

+1

ghost commented 8 years ago

ping @sheeep @bytehead

lsv commented 8 years ago

I just found out that I have made som changes directly in the code.

You cant get Request from the container anymore, you need to get Request_Stack and then getMasterRequest.

I will have a PR up tomorrow - and with that PR, I have tested upload and response in Symfony 3 (but not orphange stuff)

lsv commented 8 years ago

PR #202 is up

bytehead commented 8 years ago

Closed in favor of #202.