Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: khalled on January 19, 2020, 07:30:50 PM

Title: upload large file
Post by: khalled on January 19, 2020, 07:30:50 PM
when I try to upload a large file through fileManager ( about 2 GB) , the file manager not succeed in uploading it
Title: Re: upload large file
Post by: ejsolutions on January 19, 2020, 07:34:40 PM
 ::)
Try reading other posts..
 Topic: Improovements that CWP Must Do for Sure
Title: Re: upload large file
Post by: Tcap on January 19, 2020, 07:57:25 PM
1 -(https://i.ibb.co/VBTHCRJ/ftp1.png) (https://imgbb.com/)

2 -(https://i.ibb.co/HzcvVN2/ftp2.png) (https://ibb.co/T8QXkKT)

3 -(https://i.ibb.co/Zx38Rrj/ftp3.png) (https://imgbb.com/)

save changes


have you tried this method?
Title: Re: upload large file
Post by: Igor S. on January 21, 2020, 07:36:11 AM
have you tried this method?

It will not work. You have to change the CWP php.ini in /usr/local/cwp/. But why you do not using FTP/rsync/SCP/sFTP? It would be much better than you trying.
Title: Re: upload large file
Post by: Tcap on January 21, 2020, 06:05:14 PM
You have to change the CWP php.ini in /usr/local/cwp/.

It was good that I learned.
Let's take notes right now.
Title: Re: upload large file
Post by: khalled on February 01, 2020, 12:05:17 PM
You have to change the CWP php.ini in /usr/local/cwp/.

It was good that I learned.
Let's take notes right now.

actually I try it and try yo change

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 64M


but not work for me
Title: Re: upload large file
Post by: rcschaff on February 02, 2020, 04:51:34 PM
64MB is way smaller than 2GB.   I don't even think PHP has the capability of doing so.  Also, your apache/nginx also have limits and connection timeout variables to take into consideration.   Best to leave the big files to FTP.

For reference: https://stackoverflow.com/questions/4614147/uploading-a-file-larger-than-2gb-using-php
Title: Re: upload large file
Post by: Sandeep on February 16, 2020, 09:06:08 AM
try this post
https://www.mysterydata.com/increase-import-upload-limit-for-phpmyadmin-and-file-manager-in-cwp/

**its my blog so the tutorials will be checked 100% before publish lol
Title: Re: upload large file
Post by: curiousviral on May 15, 2020, 07:21:22 PM
hey! you will have to change the upload max file size in php.ini file. if you 're uploading the large size of the file. then reload the apache service. You may check out here  https://curiousviral.com/how-to-fix-the-upload-max/