uploading stuck at 100%

All support enquiries for DFH go in here...

uploading stuck at 100%

Postby xtremeupload » Sat May 24, 2014 4:02 pm

uploading files of size up to 5 mb was success. but file bigger than 5 mb stucks at 100%. http://xtremeupload.cf/viewer.php?id=716error.bmp
with flash small size files(<5mb) are uploaded successfully but uploading big files(>5mb) gives error "You didn't pick a file to upload"
my .htaccess

<Files *.dfh>
order allow,deny
deny from all
</Files>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/?$ download.php?file=$1 [L]
php_value upload_max_filesize 2024M
php_value post_max_size 2024M
xtremeupload
Standard Member
 
Posts: 5
Joined: Fri May 23, 2014 5:00 pm

Re: uploading stuck at 100%

Postby Black Phoenyx » Sun May 25, 2014 1:35 am

Look over: viewtopic.php?f=33&t=266

Let me know if it fixes your issue
User avatar
Black Phoenyx
Premium
 
Posts: 4
Joined: Tue May 20, 2014 8:52 am

Re: uploading stuck at 100%

Postby iheartbreakz » Sun May 25, 2014 4:11 am

try making a php.ini file with:
post_max_size 2024M
upload_max_filesize 2024M

See if that solves your issue! :)

Make sure you kill all tasks from your hosting control panel after uploading the php.ini file to see if the changes took place
iheartbreakz
Moderator + Premium + Code Tester
 
Posts: 100
Joined: Wed Apr 20, 2011 2:14 pm

Re: uploading stuck at 100%

Postby xtremeupload » Sun May 25, 2014 8:55 am

hey at which location i have to put php.ini
xtremeupload
Standard Member
 
Posts: 5
Joined: Fri May 23, 2014 5:00 pm

Re: uploading stuck at 100%

Postby iheartbreakz » Sun May 25, 2014 9:13 pm

On the main directory
iheartbreakz
Moderator + Premium + Code Tester
 
Posts: 100
Joined: Wed Apr 20, 2011 2:14 pm

Re: uploading stuck at 100%

Postby xtremeupload » Mon May 26, 2014 12:37 pm

didnt worked.
xtremeupload
Standard Member
 
Posts: 5
Joined: Fri May 23, 2014 5:00 pm

Re: uploading stuck at 100%

Postby SamEA » Mon May 26, 2014 2:05 pm

Please go to http://xtremeupload.cf/phpinfo.php; see if the post_max_size and upload_max_filesize are set to 2024M. If not, your web hoster might not allow you to modify values via the .htaccess and might provide you with an alternative method of doing so. In this case, please contact your web hoster for further information on how to change the PHP settings in your environment.
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: uploading stuck at 100%

Postby xtremeupload » Mon May 26, 2014 4:16 pm

my phpinfo.php
<?php
///////////////////////////////////////////////////////////////////////////
// Product: Daddy's File Host
// Version: 1.2
//
// by DaddyScripts.com
//
// original source code by Jim (j-fx.ws) and Steven (galaxyscripts.com)
//////////////////////////////////////////////////////////////////////////

require_once("./config.php");

session_start();
if(isset($_SESSION['logged_in']) && $_SESSION['logged_in']==md5(md5($adminpass))) {
phpinfo();
}
else{
header('Location: admin.php');
}
?>
xtremeupload
Standard Member
 
Posts: 5
Joined: Fri May 23, 2014 5:00 pm

Re: uploading stuck at 100%

Postby iheartbreakz » Mon May 26, 2014 5:40 pm

He is not asking for you to paste the code but rather go to http://www.yoursite.com/phpinfo.php
iheartbreakz
Moderator + Premium + Code Tester
 
Posts: 100
Joined: Wed Apr 20, 2011 2:14 pm

Re: uploading stuck at 100%

Postby SamEA » Fri May 30, 2014 9:54 pm

Correct i.e visit http://xtremeupload.cf/phpinfo.php via your web browser and see the values set for post_max_size and upload_max_filesize. :)
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm


Return to Daddy's File Host v1.X

Who is online

Users browsing this forum: No registered users and 2 guests

cron