Questions tagged [oneupuploaderbundle]

OneupUploaderBundle - Symfony2 bundle handling the backend part of various javascripts uploaders

This Symfony2 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 and Gaufrette support.

43 questions
10
votes
1 answer

Symfony 3.1 and OneUpUploaderBundle + Blueimp = UploadListener is not called

INTRODUCTION Almost two weeks ago I created similar question about upload using OneupUploaderBundle, but with FineUploader library. Sadly there are no answers yet. In the meantime I tried setting up different upload library. I am developing on…
Rikijs
  • 728
  • 1
  • 12
  • 48
7
votes
1 answer

Simple example of the entity file to be uploaded with OneupUploaderBundle

I am try to use OneupUploaderBundle for uploading files. I read the documentation of this bundle many times but I did not manage to find any simple example of an entity for the file to be uploaded. My expectation is a class definition similar to the…
6
votes
1 answer

How to get errors that correspond to each file using jQuery BlueImp upload with multiple files + symfony3

INTRODUCTION In order to upload multiple files to the server I am using: Symfony v3.2.6 OneUpUploaderBundle OneUpFlysystemBundle jQuery File Upload by Blueimp NOTE Please note that: this configuration works without a hitch when using single file…
Rikijs
  • 728
  • 1
  • 12
  • 48
4
votes
2 answers

How to configure OneUpUploaderBundle and OneUpFlysystemBundle to work in Symfony 4.1

Introduction I am trying out Syfony 4.1 with OneUpUploaderBundle and OneUpFlysystemBundle. Problem My configuraton worked fine in Symfony 3.4 yet with Symfony 4.1 i can not figure out how to inject OnUpUploaderBundle in my code in…
Rikijs
  • 728
  • 1
  • 12
  • 48
4
votes
1 answer

how to set max_size in OneupUploaderBundle?

I want to set the max_size of files to be uploaded to 2m. I have the config below but it is still uploading even 4m files... oneup_uploader: mappings: motors: frontend: blueimp enable_progress: true …
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73
2
votes
1 answer

OneupUploaderBundle and jQuery-File-Upload on symfony 2

I've been trying this but I'm confused since I'm new to Symfony Events and stuff. This is where I've got so far: composer bundle installation AppKernel.php, routing.yml, services.yml, config.yml, UploadListener.php file modifications And it works,…
2
votes
0 answers

OneupUploaderBundle(blueimp) all files

I used OneupUploaderBundle, fronted: jQuery-File-Upload. Now, I can upload file and add records to entity, but default, doesn't show all uploaded files. When I added files to list and clicked "Start Upload", I can see the files in the list, after…
viko
  • 491
  • 6
  • 23
2
votes
0 answers

Setting Uploaded file of OneupUploaderBundle to form entity

I'm using OneupUploaderBundle to upload files. It uploads file and I can create a doctrine entity from uploaded files. But after upload how can I set this files to main entity of my form? for example I have a Post entity and OneupUploaderBundle…
Ariyan
  • 14,760
  • 31
  • 112
  • 175
2
votes
1 answer

Is it possible to persist different file entities with doctrine2 in OneupUploaderBundle?

I have many ORM entities which I want to link them to their corresponding files. Example: the entity Motors with MotorsFile, Houses with HousesFile, ... These ORM entities can be easily definied. This is not a problem. But, my problem is: "Is it…
Amine Jallouli
  • 3,919
  • 8
  • 36
  • 73
2
votes
1 answer

how to config the OneupUploaderBundle?

I am trying to config the OneupUploaderBundle. According to the documentations in github, the given config is: oneup_uploader: mappings: gallery: frontend: blueimp # or any uploader you use in the frontend For this config,…
2
votes
0 answers

Getting all files that have been submitted with a form using OneUp's UploaderBundle and blueimp's jQuery-file-upload

In out website, we wish to present the users with a form that would allow them to upload picture galleries. The form consists of a