by JasonNugent » Sun Oct 14, 2012 12:55 pm
Hi sanchitgangwar,
Those are large files, and I suspect that even if you alter PHP's ability to handle such large files (there are two configuration settings in php.ini for file upload size and POST data size), you may still have problems because of time outs with your web server. On a slow internet connection, your users may not be able to upload files that large.
If I was dealing with this sort of problem, I would probably upload my files through a traditional FTP or SSH connection and then decide how to include a reference to that file from my article. Since OJS supports galley files in HTML and PDF format, perhaps you can link to the files through conventional means?
Regards,
Jason
Software Developer, Public Knowledge Project