punkave / symfony2-file-uploader-bundle

Multiple file uploads, based on the BlueImp jQuery uploader. Makes it very easy to attach one or more files to whatever you're editing. It's also easy to present that list again on a later edit so that existing files can be managed side by side with existing attachments.
157 stars 86 forks source link

[*] Fixes: Added some missing new keywords and semicolons. #72

Closed eeree closed 9 years ago

eeree commented 9 years ago

Fixed: Error in JS console while loading a view, with missing semicolon in FileUploader.js. Fixed: Fatal when reaching an exception (missing 'new' keyword) in FileManager.php. Fixed: Missing 'max_file_size' option in FileUpload.php.

boutell commented 9 years ago

Thanks!