Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
1k views

Valums Ajax Uploader (Mutli) - Detect when all files are uploaded

I am using the Valums Ajax Uploader to upload a batch of files. We recently changed the code from a single-upload a multi-upload type. This has raised a problem with our code. As you can see, when ...
5
votes
4answers
1k views

jquery form plugin, no error handling

It seems that there are no error handling facility in the Jquery.Form plugin, which is very frustrating. Even though the documentation says we can use the $.ajax options, I still cannot make use of ...
5
votes
3answers
1k views

Python Image Uploading with AjaxUpload

I'm trying to use AjaxUpload with Python: http://valums.com/ajax-upload/ I would like to know how to access the uploaded file with Python. On the web site, it says: * PHP: $_FILES['userfile'] * ...
3
votes
3answers
172 views

asp.net mvc ajax upload solution?

I'm looking for good ajax upload solution. I tried to use 1) SWFUpload (it is work fine but only for one file) 2) Jquery Ajax plugin (it's not working and it doesn't support progressbar in IE) I'd ...
2
votes
1answer
419 views

rails 3.1 - jquery plugin for ajax upload

I want to install plugin for ajax upload in Rails 3.1. How to do that? Just execute git clone in vendor/? What about asset pipeline? I must specify some code like that in application.js? //= ...
2
votes
2answers
539 views

IE: input type=“file” multiple

How come IE 9 does not support input type="file" multiple like other browsers do? <form action="#" method="post" enctype="multipart/form-data"> <input type="file" multiple name="uploads[]" ...
2
votes
2answers
470 views

Asp.net Webforms uploading file using Ajax-Upload

I want to use the Ajax-Upload script to upload multiple images. The kicker is I have to use Asp.net webforms, the way I've been doing ajax has been to have a simple page web method like so. ...
2
votes
2answers
83 views

Do i have to open source a website code for example if I used some gpl2 jquery plugin?

Alright - I realize that most of you are like "what a dumb question". But really - can someone clear the situation for those of us who aren't lawyers? I wan to use some jquery plugin for my website. ...
2
votes
1answer
431 views

asynchronous file upload with ajaxupload to a tornado web server

I'm using this javascript library (http://valums.com/ajax-upload/) to upload file to a tornado web server, but I don't know how to get the file content. The javascript library is uploading using XHR, ...
2
votes
3answers
412 views

How to Use 'Ajax Upload' with Ruby on Rails?

I'm using this Script http://valums.com/ajax-upload/ to get Ajax upload working with Ruby on Rails but when i try uploading a file on my controller action I only get this: Parameters: ...
2
votes
4answers
743 views

Issue with binding in jQuery for copied elements

This is actually a bigger question because I know there are several ways to solve this problem but I will try to sum it up. What I try to do: I am using this jQuery plugin to upload files via Flash ...
1
vote
0answers
23 views

ajax file uploader in rails (qqfileuploader)

I can't tell if I'm getting close to getting this to work or not, but I've got paperclip in Rails 3.1.3 and I'm trying to use qqfileuploader ...
1
vote
0answers
131 views

AJAX-Upload not calling onComplete when completed

NOTICE: I have read through This question which is almost the same. I am currently uploading an image with AjaxUpload.js which works fine. The file gets uploaded BUT the onComplete never gets called. ...
1
vote
1answer
2k views

qq.FileUploader: Cancel submit

I'm using the plugin qq.FileUploader. Before submitting file, I want to know if a file with the same name has already been upload. I'm using this code: var uploader = new qq.FileUploader({ ...
1
vote
1answer
401 views

problem using Jeditable + ajaxUpload

I managed to use jEditable selects, inputs and textareas quite easily, but I have problems with uploading files : I can't manage to send $_POST values along with the $_FILES values, and no extra data ...
1
vote
1answer
91 views

Ajax Upload fails with Ajax Push Engine (APE server) enabled

Whenever I disable the APE comet Server, AJAX file uploads run properly. And when enabled, the response.responseText from PHP is not parsed. This problem has been bugging me since about more than a ...
1
vote
1answer
393 views

Can not use ajax-upload because of ape comet server

First part of description is in http://stackoverflow.com/questions/3009001/unsafe-javascript-attempt-to-access-frame-when-try-to-upload-file-with-ajax Problem is that I get access denied error, when ...
0
votes
2answers
29 views

Uploading Zipped folder Using Ajax Upload

In my site i want to upload zipped folder using ajax.I have ajax code for image upload. Code: <script type="text/javascript"> $(function(){ var btnUpload=$('#file_mod'); new ...
0
votes
2answers
19 views

How to implement an JsonResult method to pass by http://valums.com/ajax-upload/ extra parameters?

The website http://valums.com/ajax-upload/ says that: Sending additional params To add a parameter that will be passed as a query string with each upload use params option. var uploader = new ...
0
votes
0answers
48 views

ajax file upload with paperclip

I'm using an ajax file upload script to upload a photo and using paperclip to process that photo in rails. The script is http://valums.com/ajax-upload/ the script has a the variable name 'qqfile' ...
0
votes
1answer
47 views

FileUploadBasic does not call onProgress function

I've downloaded the following plugin: http://valums.com/ajax-upload/ and am using the basic FileUploaderBasic version. The problem is the onProgres function never gets called. Do I need to adapt my ...
0
votes
1answer
88 views

Problems with ajax file upload

i've been stuck with this problem for a while. I need to realize a simple ajax file upload to server, without showing the user a file form and immediate presentation of the uploaded picture I've been ...
0
votes
1answer
95 views

XMLHttpRequestProgressEvent.total totalSize giving wrong value

I am listening on xhr.onprogress request.onprogress = function(e){ return conf.progress ? conf.progress(e) : null; }; where conf.progress is function(e){ var position = e.position || ...
0
votes
3answers
58 views

How do you make an iframe run a Javascript function on the main page when the iframe loads?

I have this HTML: <script type="text/javascript"> function uploadDone(response) { alert(response); } ...
0
votes
0answers
56 views

Recommendation on response handling for the ajax-upload script

I have used the multiple-file upload script from valums.com/ajax-upload/ How I can handle the JSON-response? The actually input parameter 'responseJSON' of the onComplete function is some __proto__: ...
0
votes
0answers
116 views

Prevent header Content-disposition in pictures

Whenever i try to upload a picture in IE the picture dosn't work. When i open the picture in Notepad++ i see the that there is additional info at the top of the picture: ...
0
votes
1answer
497 views

Valums qq.FileUploader don't work when it's initialized after loading button by ajax

I use Valums qq.FileUploader(ex-AjaxUpload) plugin for uploading in my Asp.net mvc 3 application... I have some button in my page add-newimage, and by clicking in it I get modal window, and I load ...
0
votes
0answers
77 views

ajax upload version problem

<script type="text/javascript" src="/Scripts/ajaxupload.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" ...
0
votes
0answers
226 views

ajaxupload.js alternative

I am trying to set up asynchronous picture upload with preview and all the tutorials I reference include ajaxupload.js written by some guy called valums. Well when I go to his site to download his ...
0
votes
2answers
65 views

Multi file upload

<?php $uploadNeed=3 ; for($i=0;$i<$uploadNeed;$i++) { ?> <div class="smWidth"> <input type="file" name="upload_file" value="" id=" " OnClick="alert(" 2 ");" /> ...
0
votes
1answer
125 views

How to trigger an upload without opening a file browser window (C#/WebBrowser control)?

This page acts as a good example for my problem : http://valums.com/files/2009/ajax-upload/demo-jquery.htm If you click on the browse button and select a file, the file will be uploaded ajax-style ...
0
votes
1answer
193 views

Jquery AjaxUpload plugin doesn't fire onComplete event

I use Valums AjaxUpload for uploading file in my ASP.NET MVC 3 application . new AjaxUpload($('input.partupload'), { autoSubmit: true, action: ...
0
votes
2answers
444 views

Need for jquery plugin for ajax upload with progress bar for ASP .NET MVC 3 project

I search in google, but I don't find anything for me. So I want plug-in for uploading files via ajax and there are some problems 1.It must have progress bar to show upload progress! 2.I want to send ...
0
votes
1answer
65 views

How can you check the results of a virus scan in asp.net c#?

I have an ajax uploader to allow a user to upload a picture to the program that will display back to the user afterwards. I would like to check this file for viruses before allowing the file to stay ...
0
votes
0answers
143 views

how do i combine onStart onComplete multiple uploads ajax-upload

What i want to do is combine onStart onComplete with multiple uploads ajax-upload The following takes place: onStart: function(file){ $('#demo').append('<div class="preview ...
0
votes
1answer
70 views

AJAX upload triggered from a specific select option

I'm looking to add an option to my layout page to allow people to upload new logos on the fly. Currently users can select the image they'd like via a drop-down select element. I'd like to add an ...
0
votes
0answers
835 views

qq.FileUploader custom onSubmit

Hi Simple: how can i trigger the upload method from general form? Im starrting to use this very cool plugin qq.FileUploader and i need some special behavior. I have a form with multiples fields and 1 ...
0
votes
1answer
489 views

How to disable Ajax-upload button?

I'm trying to use this plugin http://valums.com/ajax-upload/. I added a file-limit, I want to disable the upload button (not hide, just disable). E.g. if(filesNumber>=limit) { //Disable the ...
0
votes
1answer
221 views

how to get file name on perl of windows popup?

I'm using json to open the user popup. I used to use basename( $_FILES['userfile']['name'] ) on php, how to do that on perl? Server side code: #!/usr/bin/perl use CGI; print "Content-type: ...
0
votes
1answer
482 views

Django ModelForm Ajax Upload

I'm using an Ajax code for uploading files. Django takes good care of file uploads on ModelForms. Just writing form.save() would upload any file data in the header, manage creating the folders if ...
0
votes
1answer
224 views

swfupload cancelling upload

I have a form which is using swfupload with the jquery plugin. I have some required fields which should be filled before I allow upload. So I add a handler to file_dialog_complete_handler ...
0
votes
1answer
731 views

jQuery ajax-upload from valums.com not working in Opera and IE when with other scripts

I'm building a profile page where the user will be able to upload and remove profile pictures. There are some more scripts included on this page. I was unpleasantly surprised that not everything works ...
0
votes
1answer
60 views

What are the symptoms of trial version expiration of ajax uploader control?

What are the symptoms of trial version expiration of ajax uploader control control? I have problems with postbacks ... http://ajaxuploader.com/default.htm