Tagged Questions
A JavaScript/Flash library for uploading files to a server
12
votes
5answers
6k views
Large File uploading to asp.net MVC
I need a way to upload large files (600 mb to 4 gb) in an asp.net mvc website.
Currently I am using swfupload; it works well enough, but it is a huge hit on the webserver because it sends it in one ...
6
votes
4answers
2k views
Using Rails with Paperclip and SWFUpload
I have a basic rails application test with a user model that has a photo field handled with paperclip. I created the views to be able to create/edit an user and the photo uploading is working nicely.
...
5
votes
4answers
5k views
Uploadify alternative? Need to upload large 1GB+ files [closed]
Basically I am just wanting something that I can implement that will allow large (1GB+) file uploads without having timeout issues.
I already know of SWFUpload. didn't really get into that much as it ...
5
votes
3answers
3k views
Code samples for Django + SWFUpload?
Does anyone have any simple code samples for Django + SWFUpload? I have it working perfectly in my PHP application but Django is giving me headaches.
4
votes
1answer
292 views
upload large files 100MB+ progress
I am having a lot of trouble handling large file uploading on the client side. I am looking for a way to show the progress of an upload while that person uploads. Then when it is finished, I need to ...
4
votes
1answer
154 views
Configuring Apache for Large Uploads
I am developing a file uploading service for my company. Our users are often sending us very large .zip files filled with very large illustrator files. Generally the files won't be larger than ...
4
votes
1answer
459 views
How do I send params with Uploadify?
I'm trying to replace SWFUpload in Wordpress with Uploadify, because it's seems more customize friendly and easier to work with.
Now, I've understand that Wordpress sends some data for a server ...
4
votes
3answers
803 views
Other ways to check the file size before upload
Is there any other way that I can just check the size of a file before upload? The requirement is if the file exceeded the limit, the form mustn't submit. If it's not, I have to do the ordinary ...
4
votes
3answers
3k views
Execute Javascript inside a partial view in ASP.NET MVC
I use this JavaScript code inside the head tag in order to populate the divs with a browse button so that users can upload images (swfupload).
<head>
...
<script type="text/javascript">
...
3
votes
1answer
80 views
SWFUpload gives the error “Invalid function name: ReturnUploadStart” in Firefox only
I'm using SWFUpload to upload files on my website. It works fine in all browsers except Firefox, where it always gives the javascript error Invalid function name: ReturnUploadStart as soon as the ...
3
votes
1answer
230 views
SWF Upload: Returning errors
I've been messing around with SWF Upload, and I really like it. I was able to apply it very easily to my file upload class with very little issue. The problem I am having, however, is that I need to ...
3
votes
3answers
280 views
SWFUpload - breaks on DOM Manipulation
Has anyone found a way around this yet? I have a project where the client wants the Flash button to have a progress bar embedded within it. So far i'm doing this by having a Div with CSS hidden and ...
3
votes
1answer
416 views
SWFUpload with Django 1.2 csrf problem
I`m trying to upload files to Django with SWFUpload. Found this article Django with SWFUpload. But found one problem. In Django 1.2 a csrf requires a csrf token to be send on every form submit, and ...
3
votes
2answers
1k views
swfupload destroy session? php
hy, i need a little help here:
i use SWFupload to upload images!
in the upload function i make a folder call $_SESSION['folder'] and all the files i upload are in 1 array call $_SESSION['files'] ...
3
votes
5answers
3k views
SWFUpload works in IE, but not in Firefox
Using SWFUpload v2.2, Firefox 3, IE 8, Flash 10
In my ASP.NET application all uploads are being processed by upload.aspx (I have the correct upload_url set in the settings object). In IE 8 the uploads ...
3
votes
2answers
610 views
SWFUpload prematurely closing the connection on upload (nginx 499)
I'm using swfupload to upload files to nginx. It works fine for me & 99% of our users.
For a couple of users, however, it fails somehow during upload. It opens a connection, but seems to close ...
3
votes
2answers
398 views
Testing SWFUpload with Cucumber
In a project, I recently replaced a simple form-based file upload with SWFUpload. When SWFUpload returns a success, I generate a form to add tags to the uploaded asset.
I'd like to be able to test ...
2
votes
2answers
84 views
swfupload: how to parse returned data from upload.php script?
Googled for about 1 hour, still cannot find how to perform this simple task!
upload.php ends up with:
echo "FILEID:" . $randomid; // Return the file id to the script
now trying to get this ...
2
votes
1answer
68 views
SwfUpload: prevent_swf_caching in other browsers than IE?
I'm using SwfUpload and in a page speed optimization project I noticed that in the default setting swfupload prevents loading of the swfupload.swf by appending a random querystring.
This is beacause ...
2
votes
1answer
103 views
Selenium with SWFUpload
I tried to use Selenium for the automation testing script. The testing web page used SWFUpload for uploading. I don't see any api in Selenium to resolve the upload.
Here is the page: ...
2
votes
2answers
732 views
How does SWFUpload work?
My code below works, except for the upload part. So far I am able to load the script without any problems, and the file dialogue opens when the a user clicks the upload button.
However, what I am ...
2
votes
1answer
463 views
SWFUpload + Django 1.2 CSRF problem
Whenever I try to upload a file using SWFUpload on Django 1.2, I get an HTTP 403 error. I'm sure this is a CSRF error because when I use the @csrf_exempt decorator in works fine.
window.onload = ...
2
votes
2answers
541 views
Detect MIME type of uploaded file in Ruby
Is there a bullet proof way to detect MIME type of uploaded file in Ruby or Ruby on Rails? I'm uploading JPEGs and PNGs using SWFupload and content_type is always "application/octet-stream"
2
votes
0answers
232 views
swfupload selecting directory for upload
is there a way to allow the user to select a Directory/Folder on there computer and have all the *.doc files upload?
2
votes
2answers
266 views
jQuery + swfupload: z-index problem
i'm using jquery + swfupload - the problem:
when displaying a jQuery dialog, the swfupload-button always is on top and is overlapping the dialog window.
i've already tried increasing the z-index of ...
2
votes
1answer
375 views
swfupload won't allow me to upload from a server to another one
we have two webserver and we have dedicated the task between these two servers.
we've decided to put all the asp/aspx page into one server and put an upload.aspx + sql server into another one:
and ...
2
votes
1answer
449 views
SWFUpload: How to cancel an upload in Classic Form
I am using the classic form demo. The link is: link text
If you try out the demo & try to upload a file, you can see once you click on the "Submit Application" button, the cancel (cross image) ...
2
votes
1answer
215 views
Send Email Confirmation on SWFUpload
Not sure if too many of you are familiar with SWFUpload. It's a flash/js/php based uploading script. My main issue is that I'm decently fluent in php where I can create a simple mail() script, ...
2
votes
2answers
176 views
how to sending extra parameter (key/value) to an asp.net page using swfupload
we are using swfupload for the sake of uploading process in our project but we need add some extra parameter and send them via swfupload to aps.net page
how can I do this?
is it possible at all to ...
2
votes
3answers
764 views
SWFUpload is it possible to upload multiple files to a single php script execution
I'm trying to implement SWFUpload into an existing PHP upload funcitonality. My current backend script however expects 2 fiels to be uploaded in a single php script execution. (e.g. it excepts the ...
2
votes
2answers
2k views
PHP and SwfUpload
I'm trying to implement SwfUpload in my web page, and I'm using php to save files on server. As is the first time I use this component, I choose to run the algoritm is suggested from the SwfUpload ...
2
votes
3answers
1k views
UploadError 403 in swfupload for Firefox
I'm trying to upload files using swfuploder and it works fine in IE.But its getting "UploadError 403" in Firefox. I'm using apache-tomcat-6.0.16 and couldnt access the .htaccess file as well.
This is ...
2
votes
4answers
803 views
ASP.NET Help! FireFox is eating my cookies!
IE works fine, but FireFox does not.
I am setting a cookie on my default.aspx page:
HttpCookie hc = new HttpCookie("guid", guid.ToString());
hc.Expires = DateTime.Parse("12/12/2010");
...
2
votes
2answers
2k views
swfupload not working under IE anymore
http://demo.swfupload.org/v250beta2/simpledemo/index.php doesn't seem to work in IE any more. Is there a fix for this?
I get a red cross instead and the 'button' is not clickable.
I'm running IE 8.
2
votes
1answer
304 views
Does flash always post a “Filename” parameter when doing a file upload?
I have tried two flash upload components, swfupload and uploadify, and both seem to generate POSTs with a "Filename" parameter. My problem is that the service I'm posting to has a strictly specified ...
2
votes
3answers
2k views
SWFUpload Authentication
I am using SWFUpload to do file uploading in a ASP.NET MVC 1.0 website. It is working fine, but I am not able to authenticate the upload method. The HttpContext.User.Identity.Name returns an empty ...
2
votes
2answers
632 views
Every flash uploader giving bad progress values
The file upload script I wrote early last year for an internal website has been misbehaving oddly on a number of machines. On some machines it consistently works fine, on others it consistently ...
2
votes
2answers
890 views
click doesn't fire when WMODE=TRANSPARENT in SWFUpload button
I have a Flash-based SWFUpload upload button in a HTML page.
I am trying to style that button. SWFUpload provides a Javascript setup interface to the Flash button's settings. I don't have Flash ...
2
votes
5answers
5k views
SWFUpload on HTTPS not working
I have trouble uploading files with SWFUpload when target servlet is listening on HTTPS.
On HTTP it works fine.
The issue is only when using FireFox or Opera. On IE it works fine - not tried other ...
2
votes
2answers
2k views
Flash uploaders (Uploadify and SwfUpload) - problems with special characters in filenames
I need to implement a flash-based file-uploader, that will allow me to upload multiple files at once and view progress.
I tried Uploadify and SwfUpload and it was quite easy getting them to work.
...
2
votes
2answers
1k views
What to do when there are two cookies with the same name in IE7?
Some background:
CakePHP writes it's own session id cookie besides the PHPSESSID. This is used to authenticate a request. Then an SWFupload sends a file, and that token to authenticate, and is picked ...
2
votes
1answer
753 views
swfupload not working with Flash 10
I'm using jquery and swfupload in order to upload files and photos.
Worked fine till now, but it seems it doesn't like Flash 10.
It stopped working the moment I upgraded Flash.
Anybody had this ...
2
votes
2answers
1k views
How do I set the uploaded files folder for SWFUpload?
I don't see in the documentation how to set the uploaded files folder with SWFUpload.
Can anyone point me to the right direction?
I'm using PHP 5 if it helps.
1
vote
2answers
65 views
Swfupload, change color on hover
I want to change the text color on hover in a swfupload button.
The color property I put it in 'button_text_style' property, but this widget doesn't seems to have any property to set hover ...
1
vote
0answers
36 views
IE error SWFupload init - Invalid argument
I get this error:
Invalid argument
jquery.js
Code:0
Line:17
Character: 29094
If I comment this block out, the error disappears. There is no error in chrome/FF except this warning:
assignment to ...
1
vote
1answer
47 views
serverData not returning correctly in internet explorer - swfupload and rails
We are using SWFUpload for one of our forms so people can upload media. Once SWFUpload dispatches the uploadSuccess event, we get the data and URL of the file from the serverData that gets passed back ...
1
vote
3answers
202 views
swfupload jquery plugin file upload list
Was just wondering if anyone knows if you can set the limit of upload files to display on the list after selecting the files? (NOT the max amount of images you can upload)
eg. I choose to upload 10 ...
1
vote
1answer
33 views
javascript, xhtml, or flash to upload a file FROM a specific folder on a client machine?
We have a web application where users often export files from a 3rd party system, and import them into our web app. The 3rd party systems always drops the files in the exact same location (different ...
1
vote
0answers
38 views
Calculating total filesize in SWFUpload Queue
Is there anyway I can get the total size of all files queued from swfupload right after the user selected the files? I need to be able to display something like "0 of 184MB" when the upload is about ...
1
vote
1answer
64 views
Binding an event on a DOM element to be executed BEFORE an Ajax .load
I'm coding a website where I use SWFUpload and a lot of Ajax $('#maincontent').load(URL) to replace the content of the main view.
Unfortunately, in IE 7+, when I have an SWFUpload instance in an ...