Questions tagged [large-file-upload]

97 questions
0
votes
2 answers

uploading large file using ftpwebrequest upload wont complete

My software i designed uploads files using ftp to my sever I'm using the ftpwebrequest to do all uploading. When uploading a file 700mb it uploads about 500mbs then stops, it works fine when uploading smaller files the smaller files upload…
0
votes
1 answer

What is the best strategy for handling large file uploads 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 when the transfer is complete. I have looked at…
rswolff
  • 3,258
  • 5
  • 28
  • 31
0
votes
2 answers

Upload large file to JBoss Issue from Asp.net Client

All , I had a JBoss application which uses apache-common-fileupload component, I had tested it can be uploaded large file from a asp.net Client which use HttpWebRequest in post method. But after several times of successful upload.It failed with a…
Joe.wang
  • 11,537
  • 25
  • 103
  • 180
-1
votes
0 answers

How to upload a file to Telegram servers partially?

I want to send one large video that is accessible via a public file url to a Telegram chat by chunks. And these chunks should be uploaded separately. The reason for that is that my server is really weak and I dont want to get the video by making a…
-1
votes
2 answers

How to upload larger files in php upto 50 GB

I have to make the php max file upload to the 50 GB. The server has the capability but I have confusion that how this task should be accomplished. My first question: Is it possible to upload a 50 GB file at once in php? Second question: if…
-1
votes
1 answer

Loading 140 mb xml by using simplexml_load_file

I am trying to parse XML of size 140mb with simplexml_load_file() like this $sxe = simplexml_load_file("file.xml"); print_r($sxe); it only return the object SimpleXMLElement Object ( [@attributes] => Array ( [version] =>…
Atul Saini
  • 61
  • 1
  • 7
-2
votes
4 answers

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 generally larger than 200 MB.
Tareq
  • 1,999
  • 2
  • 28
  • 57
1 2 3 4 5 6
7