Colin Burton
Programmer
I am developing a Xamarin App for just Android and I need as part of that to upload a video clip ( Max 1 Minute ) around 100 MB to either a webserver or direct to a MySql Database. I have the webserver Hosted by GoDaddy ! - I have it working for smaller files (up to about 30 Mb) but anything bigger just errors with no error recorded. I have tried increasing timeouts and that did help as before that it would not accept anything larger than about 20Mb. I am aware that sending to the MySql Database is not ideal and hence I would prefer to just send to the webserver and then move it to a target folder using the PHP that I have on the server. Can anyone suggest as to why it should work for the smaller files, but fail on larger ones ?