C
cyberco
WM5 PPC, .Net CF2, C#
As I mentioned here: http://groups.google.com/group/
microsoft.public.dotnet.framework.compactframework/browse_frm/thread/
78b6b19138bea875
I had troubles uploading a large files using the HttpWebRequest class.
So now I'm using plain sockets, which works just
fine.....except.......when uploading one audio file via GPRS (not via
ActiveSync).
I've tried uploading in chuncks but that didn't work, see my
discussion here:
http://groups.google.com/group/microsoft.public.dotnet.framework/
browse_frm/thread/bc5f8bce74b53b77
What I'm doing now is creating one big binary file of all the files
that need to be uploaded. That way I know the size in advance.
Although uploading multiple images and/or videos works just fine, the
problems is with audio files. Uploading one audio file sometimes
results in the Socket.Send() method to completely crash my phone
(Fujitsu-Siemens Loox). I can regenerate the crash. There is no way to
catch the exception. I have made sure all files are closed etc, but
nothing helps.
What could possibly be the problem here?
As I mentioned here: http://groups.google.com/group/
microsoft.public.dotnet.framework.compactframework/browse_frm/thread/
78b6b19138bea875
I had troubles uploading a large files using the HttpWebRequest class.
So now I'm using plain sockets, which works just
fine.....except.......when uploading one audio file via GPRS (not via
ActiveSync).
I've tried uploading in chuncks but that didn't work, see my
discussion here:
http://groups.google.com/group/microsoft.public.dotnet.framework/
browse_frm/thread/bc5f8bce74b53b77
What I'm doing now is creating one big binary file of all the files
that need to be uploaded. That way I know the size in advance.
Although uploading multiple images and/or videos works just fine, the
problems is with audio files. Uploading one audio file sometimes
results in the Socket.Send() method to completely crash my phone
(Fujitsu-Siemens Loox). I can regenerate the crash. There is no way to
catch the exception. I have made sure all files are closed etc, but
nothing helps.
What could possibly be the problem here?