Am 20.07.2013 um 09:51 schrieb "Heinz" <[email protected]>:
>>> I use CURLSMBS and I try to upload a file to a webserver using HTTP PUT. > >> Why PUT? >> I would better suggest to use PUT. > > You mean POST ? :-) yes. Or well, it may not even matter. >>> I have tried to use the WE "WebfileUploader control"..but this is very >>> slow - even on a LAN - and it's somehow limited in filesize (I could not >>> upload a file with 200MB size) > >> Well, first it maybe worth to do the upload directly via SFTP with CURL. > > yes... I also came to the conclusion that it's probably better to use FTP > for uploading. I tried it and I'll send you my test projects. In general the Web Apps in Xojo can only receive a certain amount of data per second, so I always try to move stuff out of the web app. Like serve big files with apache directly. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
