Tagged Questions

3
votes
2answers
608 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 ...
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
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
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
2answers
631 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
887 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
1answer
752 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 ...
1
vote
1answer
32 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
156 views

Workaround to “selectFiles” function call on Flash object

I'm more of a server-side and javascript programmer. I have never done much with Flash. I have a robust html form based on flash based swfuploader and I need to test it with Selenium 2 / WebDriver. ...
1
vote
1answer
333 views

Swfupload suddenly stopped working in IE (with flash 10 and windows 7)

In our backend-application we make extensive use of swfupload. It has always worked perfectly and we're really appreciating the efforts of the swfupload team. Unfortunately, we keep getting more ...
1
vote
0answers
280 views

SwfUpload Fallback for clients without Flash

Im currently using the SwfUpload (v2.2.0.1) on my asp.net web application with absolutely no issues. What I would like to do is provide a fall back to a normal upload when the user/client does not ...
1
vote
1answer
3k views

Uploading images with Uploadify run into IO Error with local proxy (proxy.pac)

I'm trying to upload images with Uploadify but I run into IO error. I have got http://github.com/leeh/uploadify_paperclip_demo and it works on my computer, so I decided to implement functionality of ...
0
votes
0answers
26 views

Why SWFUpload does not start uploading?

I'm trying to work out why SWFUpload on a page does not start to upload file. After startUpload method is called, it invokes flash elements StartUpload and returns. I've set up all error handlers, but ...
0
votes
1answer
39 views

SWFUpload IO Error on Vista

I have a problem. On my site everybody can fill the form and make an order. Also, people must upload a photo and an archive. I'm using a flash uploader for this. Some people always get an IO Error ...
0
votes
1answer
125 views

SWFUpload image upload fails on PHP with 'Partial File Uploaded'

Okay, so this is a tough one, I've spent hours looking for a solution/problem. I'm using SWFUpload to upload images without reloading the page (with a fancy progressbar too), this works fine when I'm ...
0
votes
0answers
52 views

Flash file upload to Windows Server 2008 on same LAN fails

My application server is running Windows Server 2008 R2 and apache 2.2.1 as a web server. I am attempting to upload a file to a directory on that server from an XP workstation on the same LAN. The ...
0
votes
0answers
164 views

Multifile upload using flash (SWFUpload) does not work behind an authenticating proxy

I just discovered an annoying issue where the multi file upload(SWFUpload) does not seem to work if you're behind a authenticating proxy server. I found some people had faced similar issue but no ...
0
votes
1answer
408 views

Is SWFUpload still alive?

I'm considering using SWFUpload on my site, but I saw that the last release was in March 2010, and it was a beta. It looks like the SWFUpload people stopped there development. Is this project still ...
0
votes
2answers
258 views

Cairngorm SequenceTask + URLLoader throws SecurityError because of missing user interaction

I am trying to get an application to upload multiple client side generated images (not files, hence I can't use FileReference), while displaying the progress of the upload. This has proved to be way ...
0
votes
2answers
524 views

SWFUpload using https does not work in Firefox

SWFUpload I am using SWFUpload to upload files to a database (Windows XP) over https. Everything works as expected in IE (7 and 8), but using my Firefox 3.3.15 it fails without error message. Using ...
0
votes
2answers
395 views

post param usage for SWFUpload?

hi can someone explain how the post_param is used in SWFUpload. i need the value for name='batchid' loaded when i submit. this is what the example doc shows post_params : { "post_param_name_1" : ...
0
votes
2answers
854 views

SWFUpload alternatives

I've developed a system that uses SWFUpload to easily allow the user to upload multiple files with a progress bar showing them the upload progress. It all works fine in my development environment, but ...
0
votes
2answers
345 views

ASP.net Associate session with client/request based on ip

In one web page we use a flash upload control but becouse a flash bug in the upload event the session is lost as its posted back with a new session. We have tought of using a table with ip and old ...
0
votes
4answers
393 views

Any workarounds for getting swfupload.js working in Linux?

SWFUpload doesn't work on ubuntu, I can see various mentions of it throughout the internets but I'm wondering if anyone here as found any work arounds? I'm developing on Windows, so the code executes ...
0
votes
2answers
629 views

Using SWFUpload, why are my uploads not being proceesed by upload.aspx when using Firefox (they are processed correctly in IE)?

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). Can anyone tell me ...
0
votes
1answer
117 views

Why won't SWFUpload execute the upload.aspx code, and why is it saving all files to the root directory?

I am using SWFUpload v2.2. In IE (8):   If I upload a very tiny file (16kb):      1) The file appears in the root directory where upload.aspx is located. ...
0
votes
0answers
46 views

Binary $_POSTed filedata gets messed up

I am currently testing out the new client side resizing of SWFupload ( http://demo.swfupload.org/v250beta2/resizedemo/index.php ) It resizes the image on the client via flash before it gets uploaded. ...
0
votes
2answers
573 views

How to handle HTTPStatus Response 201 with AS3 / Flash / SWFUpload

I'm using SWFUpload on a Rails site to allow for MP3 Uploads direct to Sound Cloud. To avoid having to first upload a large file to my server and push to Sound Cloud, I'm hitting their API directly ...
0
votes
1answer
298 views

Getting post vars with swf-upload

I am using swf-upload to allow users to upload images quickly. I need them to be able to select which galleries they want them to appear in so I have added extra controls to the form - but they are ...
0
votes
1answer
396 views

Destroy SWF DOM in swfupload

I am using swfupload for uploading files and I have this problem: In Internet Explorer, I have to use destroy(). Otherwise it crashes http://demo.swfupload.org/Documentation/#destroy In Firefox, if ...
0
votes
1answer
549 views

Opening SWFUpload dialog w/o using a flash button?

SWFUpload has a parameter where you specify the button to be clicked to open a dialog. Is there a simple way to manually open the dialog box without the use of the SWFUpload-provided button? Main ...