I'm on a Linux server. is there have any limit to upload files via http? because when I'm uploading mp3 files nearly 4mb it's failing. I'm using 4images gallery and i edited the file size also.but the uploading is failing guys please help me
PHP has a max_upload_size in your php.ini that will limit the size of a file you can upload. I think this is usually either 2MB or 8MB so 4MB is quite likely. Changing that value and restarting Apache can solve your problems. I'm not aware of any file size limits on the FTP protocol however specific FTP programs may have difficulties with files above 2GB.