Author Topic: upload large file  (Read 11197 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
upload large file
« 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

Re: upload large file
« Reply #1 on: January 19, 2020, 07:34:40 PM »
 ::)
Try reading other posts..
 Topic: Improovements that CWP Must Do for Sure

Offline
**
Re: upload large file
« Reply #2 on: January 19, 2020, 07:57:25 PM »
1 -

2 -

3 -

save changes


have you tried this method?
  • Spamassassin: config and scan per mailbox
  • Clustering manager
  • Mail Space Usage
  • All Space Usage + = Disk Space Usage
  • Mail Scanner
    hopeful fourth year

Offline
*****
Re: upload large file
« Reply #3 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.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
**
Re: upload large file
« Reply #4 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.
  • Spamassassin: config and scan per mailbox
  • Clustering manager
  • Mail Space Usage
  • All Space Usage + = Disk Space Usage
  • Mail Scanner
    hopeful fourth year

Offline
*
Re: upload large file
« Reply #5 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

Offline
****
Re: upload large file
« Reply #6 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
Google Hangouts:  rcschaff82@gmail.com

Offline
*****
Re: upload large file
« Reply #7 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

Offline
*
Re: upload large file
« Reply #8 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/