0
votes
0answers
14 views
How to handle HTTPStatus Response 201 with AS3 / Flash / SWFUpload
Hey all.
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 …
0
votes
3answers
47 views
+250
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 …
1
vote
2answers
43 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.
…
0
votes
2answers
18 views
405 Error uploading file
I am using Steve Sanderson's jQuery AJAX SWFUploader.
I have got it all working for the most part, except the most important part.
When I choose a file, it starts to upload (the progress bar …
0
votes
3answers
145 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">
…
0
votes
1answer
174 views
Image upload with Codeigniter, Redux and SWFUpload. “Not Authenticated” when browser uploads.
I have an image upload form in a secured (with Redux) admin area of my website. When SWFAddress uploads it's not seen as logged in.
I created a multiple image upload form with SWFUpload and a …
0
votes
0answers
37 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
2answers
186 views
SWFUpload not work uploading the file to asp.net
I have put the swfupload to my site but after choosing the files to upload, the page that handle the uploaded files didn't receive the files. I assuming the swfupload isn't uploading the files to the …
0
votes
1answer
27 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
2answers
192 views
Calculate progress bar percentage
I am building a file upload progress bar. Currently I have an upload form which returns the current amount of uploaded data. So, it starts at zero, and returns the current size in bits, but I have …
0
votes
2answers
108 views
Authenticated problem using SWFupload
I finally realised the problem with swfupload...
I have a page used to process the uploaded file in swfupload but previous
problem I had, I couldn't reach to the page to do the processing.
Now I …
1
vote
3answers
364 views
SWFUpload and Java: Session is lost.
I am using SWFUpload to upload files to java servlet (spring framework). The problem is that the current web session is lost during file upload (it creates a new session). I read that it is a known …
4
votes
4answers
491 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.
…
6
votes
5answers
1k 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 …
3
votes
2answers
128 views
Testing SWFUpload with Cucumber
Hi all,
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 …
