Martin, i am not sure if this will help when uploading to a livecodeserver script,
but you can use your own settings by using a php.ini maybe adding the following lines to the php.ini in your root folder post_max_size = 80M upload_max_filesize = 80M for example would allow the upload/posting of files up to 80M To use your own php.ini you have to add the following to your .htaccess file in the root folder. suPHP_ConfigPath /home/matthias/public_html <Files php.ini> order allow,deny deny from all </Files> Regards, Matthias Am 18.07.2013 um 15:17 schrieb Martin Koob <mk...@rogers.com>: > One issue may be the size of the file you are uploading. > > In the past I tested uploading via post to on-rev and have found the limit > is > about 10.1 MB. I was using movie files of various sizes and the largest I > could successfully upload was 10.1 MB. If I tried one of 10.2 Mb it would > write a Quicktime file that had no data in it, it was 0 MB file. If I > tried to open it Quicktime gave a 'This is not a movie file' error. > > I think this is a limit of on-rev hosting. > > Martin Koob > > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/File-uploading-to-on-rev-com-account-with-revIgniter-tp4667710p4667714.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode