uploading stuffs n what

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
[TBU] Kei Kusanagi
-


Joined: 01 Jun 2003
Posts: 15
Location: Listening to [.hack//Liminality] soundtrack

PostPosted: Thu Jun 05, 2003 2:17 am    Post subject: uploading stuffs n what Reply with quote

does anyone know a php upload script that is free for personal use and can handle large files 5-70MB or more? thanks
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 05, 2003 3:10 am    Post subject: Re: uploading stuffs n what Reply with quote

[TBU] Kei Kusanagi wrote:
does anyone know a php upload script that is free for personal use and can handle large files 5-70MB or more? thanks

If you have problems uploading large files with PHP, consider editing php.ini and increasing the parameter upload_max_filesize which is by default set to 2MB
Code:
upload_max_filesize = 2M

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
[TBU] Kei Kusanagi
-


Joined: 01 Jun 2003
Posts: 15
Location: Listening to [.hack//Liminality] soundtrack

PostPosted: Fri Jun 06, 2003 7:48 am    Post subject: Reply with quote

i tried and it didnt change. the value still returned 2mb
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sat Jun 07, 2003 1:17 am    Post subject: Reply with quote

How do you know upload_max_filesize is returning 2MB? Perhaps maybe you're diting the wrong php.ini file or variable? Is it possible you have two php.ini files on your system and chances are you're editing the wrong one?

Aprelium is correct about upload_max_filesize if all you wish to do is increase the upload size... Also, you have to make sure you have enough space on your HDD. Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
[TBU] Kei Kusanagi
-


Joined: 01 Jun 2003
Posts: 15
Location: Listening to [.hack//Liminality] soundtrack

PostPosted: Sun Jun 08, 2003 9:21 pm    Post subject: Reply with quote

well see i set it to 10m or some other number and it stays that way but the limit is still 2 when i try to upload and when my scripts access the variable they get 2m as a value. i then check and in the file it says 10m.


help!
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Jun 09, 2003 1:01 am    Post subject: Reply with quote

[TBU] Kei Kusanagi wrote:
well see i set it to 10m or some other number and it stays that way but the limit is still 2 when i try to upload and when my scripts access the variable they get 2m as a value. i then check and in the file it says 10m.


help!

Are you syure that the php.ini file has only a single upload_max_filesize declaration? Are you editing the php.ini file in the Windows directory? Check also that there is no php.ini file in the same directory as php.exe.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
[TBU] Kei Kusanagi
-


Joined: 01 Jun 2003
Posts: 15
Location: Listening to [.hack//Liminality] soundtrack

PostPosted: Fri Jun 13, 2003 5:23 pm    Post subject: Reply with quote

i am editing the only php.ini there is. it is in the windows dir. there is only one declaration of upload_max_filesize
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Jun 14, 2003 11:24 pm    Post subject: Reply with quote

[TBU] Kei Kusanagi wrote:
i am editing the only php.ini there is. it is in the windows dir. there is only one declaration of upload_max_filesize

Since it is a PHP problem we cannot reproduce, our advice is to contact PHP support (http://www.php.net) and ask them about your problem. Let us know about their answer.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
[TBU] Kei Kusanagi
-


Joined: 01 Jun 2003
Posts: 15
Location: Listening to [.hack//Liminality] soundtrack

PostPosted: Tue Jun 17, 2003 5:49 am    Post subject: Reply with quote

hmmm. i have some ideas as to what it may be.

1. when does a change to php.ini actually take effect?
2. does anyone have recommendations for SPECIFIC scripts that are good
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 19, 2003 2:24 pm    Post subject: Reply with quote

[TBU] Kei Kusanagi wrote:

1. when does a change to php.ini actually take effect?

Immediately.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
badai
-


Joined: 24 Apr 2003
Posts: 82

PostPosted: Thu Jun 19, 2003 3:41 pm    Post subject: Reply with quote

check the form to upload

<input type="hidden" name="MAX_FILE_SIZE" value="some_size_in_byte">

is the value set to 2097152?

aprelium wrote:
[TBU] Kei Kusanagi wrote:

1. when does a change to php.ini actually take effect?

Immediately.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group