Large File Uploads

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
cyrusc22
User
Posts: 13

Large File Uploads

Post by cyrusc22 »

Hello I'm trying to upload large video files through the file upload portion of PHPMaker. I can upload files about 50mb, but as soon as I go past 100mbs I'm getting a SyntaxError: Unexpected token <. The file name is a single word, no spaces, I've changed the max file size limit in the PHP config. I know these are large files but this application is simply running on my local machine. Any assistance is greatly appreciated!


mobhar
User
Posts: 11768

Post by mobhar »

Assume you are using v11, then make sure you have already changed EW_MAX_FILE_SIZE constant value.


Post Reply