Open GoogleCodeExporter opened 9 years ago
Can you show us the snippet of code used to upload big videos?
Original comment by ccherub...@google.com
on 16 Feb 2011 at 1:06
In fact I just adopted the Resumable uploader sample. As far as snippet is
concerned, maybe this can suit:
if (this.queue.Count >= this.maxQueue)
return false;
UserState u = row.Tag as UserState;
if (u != null)
return false;
return InsertVideo(row, 1);
I will gladly provide other details if this can help. The code was tested and
proved to be working on many machines, the problem seemed to encounter on poor
connections.
Original comment by elijah...@gmail.com
on 16 Feb 2011 at 1:19
Original issue reported on code.google.com by
elijah...@gmail.com
on 16 Feb 2011 at 12:37