Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Uploading large files fail with upload infusion

Asked Modified Viewed 988 times
V
vision4life
V
Kind Regards, Fred
  • Member, joined since
  • Contributed 53 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
asked
Member

In our php-fusion site we installed the Advanced Upload Infusion and after some trouble got it to work correctly, but only from files < 10MB. I asked my provider and got some tips:
1. I created a .htaccess file in the php-file directory and entered the line:

php_value max_file_upload 50M

2. In the advanced_file_uploads_admin.php file:

// Settings
if (ini_get('upload_max_filesize') != 0) {
$upload_maxsize = str_replace("M","", ini_get('upload_max_filesize'))*1024*1024;
} else {
$upload_maxsize = 50097152;
}

But still I cannot upload larger files. Who can help me further? Thanks for your reply.
0 replies
There are no post found.

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet