Send file above the allowed by the server

0

A client has a system developed by PHP which, through uploading, sends PDF files to the server. It works properly, however some files are above what the server allows. Is there a way to send this file through the upload system with some native or non-PHP function? Because these files the client sends us and upload manually by FTP.

Happy 2018 to all!

    
asked by anonymous 02.01.2018 / 15:57

1 answer

0

Unfortunately the client server allows you to change only a few basic PHP settings directly from CPanel, such as Register Globals, Safe Mode, etc. For this we had to contact the server and request the change, taking into consideration that they increased from 10 MB to 64 MB, allowed for shared servers.

    
03.01.2018 / 09:07