cryptoRebel / sukiyoshi

Automatically exported from code.google.com/p/sukiyoshi
0 stars 0 forks source link

The request was aborted(for >100mb files) #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
RPCResponse<long> rpcr = bc.CreateVideo(newVid, uvVideo.FileName, 
uvVideo.FileBytes); 
I'm using the above method to upload videos to BrightCove and its works fine 
for small size files. When i try to upload file(>100mb). I get 'The request was 
aborted' error message. Could you please help.

What steps will reproduce the problem?
1. Try to upload a file(>100mb)
2. Error message: The request was aborted

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
BrightCove dll v1.0

Original issue reported on code.google.com by lpkosi...@gmail.com on 3 Feb 2012 at 11:15