symfony2admingenerator / AvocodeFormExtensionsBundle

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

[CollectionUpload][Async] Render uploaded files on form failure #87

Open sescandell opened 10 years ago

sescandell commented 10 years ago

Currently, if we select X files and upload them on the server but, the form is in error, we need to upload files again.

We can probably re-inject data to present uploaded files to the user (there wil probably have a problem with previews...).