symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

Improving collection upload form type #76

Closed sescandell closed 10 years ago

sescandell commented 10 years ago

Collection upload could now be processed asynchronously (no BC Break).

Developper still needs to handle all process on server side, but the component is now "ready to use" to make asynchronous upload (wich was not the case before this PR). In a future PR, we'll improve CollectionUploadSubscriber to make it easier to use (for now, you have to make some custom code like handling asynchronous upload request and injecting asynchronous uploaded file to the form on server-side).

ioleo commented 10 years ago

:+1: very nice! do you need it tested/reviewed or is it already working?

sescandell commented 10 years ago

I just have to check some little things and if everything is OK, I'll merge it. Probably on Monday out Tuesday (just need to get back my computer...)