Tagged Questions
The large-file-upload tag has no wiki summary.
7
votes
3answers
2k views
How to handle large file uploads via WCF?
I am looking into using WCF for a project which would require the ability for people to upload large files (64MB-1GB) to my server. How would I handle this with WCF, possibly with the ability to ...
6
votes
8answers
5k views
How do I upload large (> 25MB) files to a web service?
I have a web service that takes a byte[] and saves it.
This works fine for "small" files, but once I hit a certain size the web service fails and returns "The request failed with HTTP status 404: Not ...
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 ...
4
votes
5answers
513 views
What is the fastest way to send large binary file from one pc to another pc over the Internet?
I need to send large binary(2Gb-10Gb) data from one pc(client) to another pc(server) over the Internet. First I tried to use WCF service hosted in IIS using wsHttpBinding binding with message security ...
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 ...
1
vote
1answer
49 views
File Upload With Hosing Account Killing Scripts After 60 Seconds
I have set all of my PHP settings in the php.ini file to allow for file sizes over 30mb and max times over 5 minutes. The problem I am having is that the hosting account I have to use is killing all ...
1
vote
0answers
175 views
WCF Streaming not working at server
I have used WCF service to transfer large files in chunks to the server
for that i have reference this article http://kjellsj.blogspot.com/2007/02/wcf-streaming-upload-files-over-http.html
I have ...
0
votes
3answers
206 views
Netty HTTP-server, big file upload, OutOfMemoryError
First of all sorry for my crooked English :)
I have some problems during writing Netty http server that sends/receives large files (~2Gb). And I would very appreciate anybody help or explanation.
My ...
0
votes
2answers
2k 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
3answers
47 views
gather file(s) from users
I'm looking for ways to gather files from clients. These clients have our software and we are currently using FTP for gathering files from them. The files are collected from the client's database, ...
0
votes
3answers
1k views
Upload/Download large files in a web app
I have a web app and I want to offer the possibility of upload and download big files (more than 2 gigas)
Is it possible? Does exist some open Source project that can help me?
Thank you very much
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
849 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 ...