Feng Forum

Support => How To's => : nsrivastava2 January 28, 2011, 12:08:29 PM

: How to remove the module for upload Progress Bar
: nsrivastava2 January 28, 2011, 12:08:29 PM
Hi,

I have got myself into problem by adding the module for Upload Progressbar. I am not able to see this module in the Configuration > Modules page to disable it. Because of this plugin my files are not getting uploaded. Can anyone suggest how to remove this plugin.

Regards,

Nitin
: Re: How to remove the module for upload Progress Bar
: franponce87 February 02, 2011, 11:23:17 AM
You may comment the following line in the config file:

define('UPLOAD_HOOK', 'progress');

Otherwise, if you cannot upload files larger than 10MB, it is because you need to change the MAX FILE SIZE value in the upload.pl file located in the cgi-bin folder.

Best regards,
Francisco