Uploadify is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of JavaScript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a page.

learn more… | top users | synonyms

0
votes
0answers
5 views

alternative to uploadify or plupload that can upload entire directory trees?

Is there an alternative to uploadify or plupload that can upload entire directory trees? I've also looked at SWFUpload and FancyUpload, but none seem to handle entire directory trees.
0
votes
0answers
11 views

configuring uploadify into requirejs

I am trying to wrap jquery.uploadify.js inside a requirejs package to be used in Jam. I tried taking the source of jquery.uploadify.js and wrapping it within (function($) { })(jQuery); So then in ...
1
vote
0answers
27 views

How to upload file by using uploadify

I'm using uploadify to upload file There is Jsp Code <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ include file="/common/tags.jsp"%> <!DOCTYPE HTML PUBLIC ...
2
votes
0answers
39 views

Uploading files greater than 2GB in ASP.NET MVC 3

I am trying to upload video files larger than 2GB on an ASP.NET MVC 3 project however the maximum file upload size for ASP.NET 4.0 seems to be at 2GB. Is there a way to exceed this limitation in ...
0
votes
0answers
11 views

GalleryCMS - HTTP Error

I am trying to upload photos using GalleryCMS, however, when upload finished, I get the following message: photo.jpg (287.32KB) - HTTP Error and in the console: Failed to load resource: the ...
0
votes
0answers
25 views

Image upload and delete to Amazon S3

I have uploaded image to amazon s3 using the site below : http://www.flynsarmy.com/2011/03/upload-to-amazon-s3-with-uploadify/ Now i need to do Delete (already uploaded) Image from s3 Convert ...
0
votes
0answers
20 views

Can uploadify.js be used for moble platforms?

I have a site which uses uploadify.js. But when I run this website on mobile(Cellphone) this does not upload images. Can we use uploadify.js for the mobiles phones (windows, android or any other). ...
0
votes
0answers
16 views

Uploadify 2.1.4 not working in IE8

I have a very annoying problem with uploadify (2.1.4). My application is working in FF, Chrome, IE9 & 10 but not in IE8. I can see my browse button and I'm able to select all the files I'd like ...
0
votes
0answers
15 views

How do I remove the “Filename” and “Upload” postdata from Uplodify fileupload?

I’m using uplodify v3.2. My problem is that Uplodify are sending two postdata fields automatically , "Filename" and "Upload". How can I remove this before starting the upload? The server doesn’t ...
0
votes
1answer
72 views

How to display invalid file type message in uploadify.js?

I am using uploadify.js for image upload functionality. But when I select invalid file type, it shows a blank alert message. Where should I edit the file to display message as un supported file ...
0
votes
1answer
73 views

How to Send Additional Data to Server When using Uploadify when Clicking Upload Button in ASP.net

I want use Uploadify jQuery plugin to upload files in ASP.net. But when a user selects a file and clicks the 'Upload' button I want send some additional parameters to the server. I have written this ...
0
votes
1answer
11 views

Getting Uploadify to work in a modal dialog

I'm using the Flash version of Uploadify in a modal dialog. If I close the modal dialog when the upload is in progress, the upload is canceled. I understand that due to Flash limitations, the upload ...
0
votes
0answers
9 views

Uplodify Upload file

Uplodify is not working in firefox it gives HTTP:403 error. I am not able to trace problem. Its working fine in Chrome. But not working in firefox. Below is my code <script ...
1
vote
1answer
33 views

Uploadify missing out file extension

I'm using uploadify on web project, and I'm not particularly a php whizz so am struggling to see why the following results in an uploaded image without a valid extension. I get '1-profile' without the ...
0
votes
0answers
21 views

Uploadify: remove items from request body

I'm using the the Uploadify Flash fallback for file uploading in IE8 and 9. When I submit the upload, the request body looks like so (from Chrome Devtools): The API I'm submitting to requires that ...
0
votes
0answers
34 views

Uploadify: Pass extra data with uploadify

I have a question concerning uploadify. I have a two step add feature on my site. The first step is to add your details then the second step is to add the images. So what I do after the details are ...
1
vote
1answer
139 views

how to set value of session on .ashx file in asp.net?

I'm using "jquery.uploadify.js" in my website and this jquery uses an ashx file for uploading images into a folder. In the .ashx, i am using Session["FileNameNews"] for saving images name and i am ...
2
votes
2answers
74 views

Uploadify for ASP.NET app returns HTTP Error for large files

My Uploadify script works fine for most files less than 10 MB. But once the file size starts to exceed 40 MB, it will fail to upload with only an error message of "HTTP Error". I tried implementing ...
10
votes
3answers
321 views

Uploadify in ie9 getting js error : SCRIPT5007: Object expected

I am trying to bind uploadify on div. When I clicked on upload button it show me error like SCRIPT5007: Object expected. For demo check below link which produced error on dragging of div in ie9 head ...
0
votes
0answers
68 views

struts2+uploadify http error 302

i am trying to use uploadify with struts2, when i select a file its showing, http error 302. Please someone point me the problem. I think its not reaching the server at all, cause, there is no output ...
0
votes
1answer
30 views

How to send the variable to different php while using uplodify

I want to integrate the uploadify to my legacy application. I am not able to find the way to send some variable (name of file) to my current legacy file. (That file has database code to store the ...
0
votes
0answers
48 views

Calculate the checksum (md5 or sh1 )of a file before upload and send the hash to server using uploadify jquery plugin

i want to add and send a variable i.e "Md5ofFile" in the request with each file that are getting uploaded . And again on server verify that the "Md5ofFile" is same as the hash of the file recived ...
1
vote
0answers
52 views

Uploadify: Wait for move_uploaded_file until firing “onUploadSuccess”

I'm trying to upload large video files via uploadify but once the files get big (>800MB) the onUploadSuccess event fires before move_uploaded_fileis done. Is there a way to make uploadify wait for an ...
0
votes
0answers
24 views

How uploadify upload function response should look like

This is my uploadify onUploadSuccess handle: 'onUploadSuccess' : function(file,data,response) { ... }, I need to pass some data to this function from upload function, like for example new ...
0
votes
1answer
35 views

Preventdefault and submitting form with jQuery

I have problem with submit fire in jQuery: $(document).ready(function() { $('#zestaw-edytuj-form').submit(function(e) { e.preventDefault(); ...
0
votes
0answers
46 views

pyrocms Uploadify or SWFUpload erro 302

Personal'm with a problem and do not know what else to do. In Chrome's OK, but in IE and FF does not work. I'm using pyrocms with Uploadify or SWFUpload and is returning in both the error 302. In ...
0
votes
0answers
17 views

Uploadify - is removeCompleted parameter still supported?

I am trying to implement the parameter removeCompleted, but it it doesn't seems to be working: $('#files').uploadify({ 'removeCompleted' : false, 'uploader' : 'uploadify.swf', 'cancelImg' ...
0
votes
0answers
60 views

Uploadify loads twice (one never finishes - causes error in IE 10)

I'm using the flash version of Uploadify in a project. When using Firebug I can see that uploadify.swf is loading twice. One row completes as normal while the other row (top one in the image) never ...
0
votes
0answers
41 views

Rails with Uploadify - Completed 406 Not Acceptable

I am uploading files with Paperclip and Uploadify and when the upload is done, I will get the error message (in JS console) Completed 406 Not Acceptable. The issue is probably in the controller's ...
0
votes
0answers
81 views

CodeIgniter Uploadify doesn't upload files

I don't get any error, nothing, but image isn't being uploaded, like controller isn't called at all, when I add in contruct function log_message I do not see anything in log file, not sure what is the ...
0
votes
1answer
70 views

Checking if Queue is Empty Uploadify 3.2

Using Uploadify 3.2, is there a way to check if an item exists in the upload queue? Most of the methods I found searching online seem to no longer work in the latest versions.
0
votes
0answers
33 views

Replacement for uploadify

I am doing asynchronous file upload using uploadify. Everything works fine but it is not working in certain browsers, like firefox. I am using spring multipartrequest to get the file in the ...
0
votes
0answers
40 views

Unable to see Browse button in Uploadify File Upload?

I'm using file upload (Uploadify.js) in JQmodel Lookup... In some case browse button is missing or not rendering... The file upload function is inside the document ready so not readering second or ...
0
votes
1answer
51 views

JQuery uplodify: How to prevent user leaving the page

Our web application currently is using uploadify(v2.1.4) to upload multiple files to our remote server. But when a user uploads a file, he can accidentally (or on purpose) navigate out of the upload ...
0
votes
1answer
13 views

Uploadify - How to upload contents of a folder recursively

I need to upload files in a folder recursively. Is it possible to use Uploadify to upload contents of a folder recursively by selecting the folder instead of selecting individual files in a folder?
0
votes
1answer
85 views

Getting Uploadify Error: uploadifySettings Not A Function

I am working on a way for the user to select which folder they want to upload their files to with Uploadify. I have a bunch of javascript code, but it all works except for the last bit. I can show it ...
0
votes
1answer
56 views

Handling Uploadify situation when file exisits

Have a very annoying issue not being able to notify users when they have tried to upload a file which already exists. When its found that the file exists it does as I wish and does not overwrite ...
2
votes
2answers
63 views

Uploadify - How to send file size using scriptData

I need to send file name and file size using uploadify. I DO NOT want to upload the file itself but only send file name and file size. I noticed that uploadify sends file name by default but does not ...
0
votes
0answers
234 views

FileUpload: Get file name and cancel upload if duplicate is detected (Uploadify)

I have a array which contails list of already uploaded file name from Db, i have to use it in uploadify file upload to check for duplicate files and cancel upload. but i am not able to access that ...
0
votes
1answer
47 views

Uploadify Change file metadata onselect

I am trying to upload files to amazon S3 with uploadify, which I am currently doing "successfully". The file gets up there, but w/o it content-type. I am trying to figure out how one can add manually ...
0
votes
0answers
25 views

how to get instant data from server side with uploadify?

Is there any method to handle instantly data returned by the server side script without waiting to be completed when uploading file with uploadify flash version? In other words, I have a server side ...
0
votes
0answers
90 views

Removing / cancel a file with uploadifive doesn't adjust the queue counter

I have a few problems with the uploadifive script. I have this code: $(function() { $('#file_upload').uploadifive({ 'auto': true, 'fileType' : 'image', 'checkScript' ...
0
votes
1answer
100 views

How to check files already uploaded in Uploadify JQ plugin?

I have to prevent users adding files which is already added in the server in 'uploadify' jquery plugin. There is a grid which shows files which are already added, so I'm planning to get the files ...
0
votes
0answers
43 views

uploadify upload

There is a problem when I want to upload a picture, It does not upload pictures more than 3 MB, I located php.ini files and changed all the needed variables as needed, there is another ajax file ...
1
vote
0answers
119 views

Uploadify fails in Firefox when anonymous access is disabled and Windows authentication is enabled

I have a really slick implementation of uploadify working great in IE, FF and Chrome however when I disable anonymous access and enable Windows authentication in IIS it fails in FF throwing the ...
0
votes
0answers
115 views

Insert uploadify into upload PHP script

How do I integrate uploadify into this upload file script ), 'file' => array( 'type' => 'file', 'name' => 'upload_file', 'caption' => ...
0
votes
1answer
92 views

Unable to pass values in scriptData in Uploadify?

I am passing file description from scriptData in mulitple fileupload after getting file description from user.. <script type="text/javascript"> var uploadQueue = new Array(); ...
1
vote
0answers
67 views

Uploadify causes Safari to crash when alerting in javascript

I am having an issue with Uploadify (http://www.uploadify.com/) in Safari where that when a javascript alert is called is causes the browser to crash/freeze. You can replicate this problem by simply ...
0
votes
0answers
163 views

How to pass textbox value in scriptData, which is appending dynamic in JQuery File 'uploadify' plugin?

I have added textbox in 'uploadify' plugin for getting file description from user, and passing it to scriptData. function loadSwf(){ $("#fileuploader").fileUpload({ 'uploader': ...
0
votes
1answer
214 views

How to show file uploaded successfully alert message in JQuery File 'uploadify' plugin?

I'm using Jquery File Uploadify plugin for Document upload which has multiple true, When i use alert in OnComplete function is showing multiple alerts when uploading the documents.. function ...

1 2 3 4 5 20