Tagged Questions

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 ...
3
votes
7answers
1k views

Best way to handle very large http uploads and downloads on the server-side

I've an upcoming project where I will need to handle very large uploads from browsers (either the classic input type="file" or a Java Applet), and looking for the best tool to do the job on the ...
0
votes
2answers
1k views

Handling file uploads in Drupal

I've been messing around a bit with various solutions to what I would see as a fairly common problem, but I've not yet been able to solve it in a satisfactory way. What I wish to achieve is some kind ...
0
votes
2answers
207 views

What is the best strategy for handling large file upoads with Ruby on Rails?

I'm looking for effective strategies to handle large file uploads (between 10 and 40 mbs) effectively with Ruby on Rails. Ideally I'd like to implement a progress meter and some sort of notification ...
-1
votes
4answers
848 views

Is there any way to Upload Video Files using PHP?

I want to upload and store video files to my server using PHP. Could any one please provide me some example about how to upload a large file using PHP? Please keep in mind that these files are ...