Questions tagged [ajaxuploader]
22 questions
5
votes
1 answer
Rails 3.1 assets not recognizing new images uploaded by rmagick until server restart
I have my Rails 3.1.0 application running with passenger in production environment and I have a section where the application allows the user to change his profile picture so I upload the image using an ajax uploader and in my controller I upload…

Mr_Nizzle
- 6,644
- 12
- 55
- 85
4
votes
1 answer
Default django-ajax-uploader with s3 backend gives MalformedXML error
I set up a test script almost exactly like in the example here:
https://github.com/GoodCloud/django-ajax-uploader
It seems to start uploading the file (javascript updates the name and size of the file), but the view gives me a 500 error with this…

Bill Johnston
- 1,160
- 1
- 14
- 31
3
votes
3 answers
Not able to display label message on success/failure of AjaxFileUpload in ASP.NET
I want to upload a file using AjaxFileUpload control. This works fine.The problem is i am not able to display the success/failure message on Label of file uploaded.
.aspx code..
3
votes
1 answer
Ajaxupload and Spring MVC
If you upload a file via a normal form, then it works.
If you load the file / files with ajaxupload nothing works.
Error:
org.springframework.web.multipart.MultipartException: The current request is not a multipart request
Code:
@RequestMapping…

rdm
- 330
- 1
- 4
- 18
2
votes
1 answer
.LIC / Licence (AjaxUploader.lic) not copy after publish / build
I recently checked that the ajaxuploader license file is not copied to the IIS publishing folder, I tried with the options in the file property of:
Build Action = None / Content
Copy to Output Directory = Copy Always
However for .lic files this…

Thwyster
- 71
- 7
1
vote
1 answer
How to hide CuteWebUI.AjaxUploader temporary directory information
I am using cute web ui ajax uploader and recent security review shows the this control exposing the error message when the VFN param inrequest is tweaked or when trying to upload a malformed file with name say a file name "virus's''.docx"
I have set…

Lin
- 633
- 8
- 26
1
vote
1 answer
Unable to upload files by drag-drop with multiple instances of user control in a web page(ASPX page)
Drag and drop an Image to Upload

Pranav Kumar
- 249
- 1
- 5
- 16
1
vote
1 answer
Real Ajax Uploader Error: Cannot write on file
I'm building a site that requires the ability to upload large .wav files. I figured the best way to upload these files was via a jQuery plugin that could chunk the data to the server. I chose Real Ajax Uploader to do this.
I put the following…

Kenton de Jong
- 1,001
- 4
- 17
- 37
1
vote
1 answer
Ajax Upload delete button
im using ajax upload with jsp. it's work well but I wanna add delete button for each file or at least for all files.
this is my code: