Navigator Internet Solutions, Inc | Community  

Go Back   Navigator Internet Solutions, Inc | Community > Interactive Forums > Support & Questions
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Welcome to the Navigator Internet Solutions, Inc | Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Support & Questions Do you want to make public your Support Question? Feel free to post and you will receive a reply You don't need to be registered to post/reply here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-28-2005, 01:47 PM
McPete McPete is offline
Junior Member
 
Join Date: Jan 2005
Posts: 8
Default php_max_upload

Hey,

Quick question for you. What is your php_max_upload in the php.ini set as?

Thanks,

McPete.
Reply With Quote
  #2 (permalink)  
Old 06-28-2005, 02:05 PM
NIS-Francisco's Avatar
NIS-Francisco NIS-Francisco is offline
Administrator
 
Join Date: Dec 2003
Posts: 528
Send a message via ICQ to NIS-Francisco Send a message via AIM to NIS-Francisco Send a message via MSN to NIS-Francisco Send a message via Yahoo to NIS-Francisco
Default

Quote:
Originally Posted by McPete
Hey,

Quick question for you. What is your php_max_upload in the php.ini set as?

Thanks,

McPete.
Hello,

upload_max_filesize 2M

Francisco
__________________
Best Regards,
Francisco Mazzeo
Navigator Internet Solutions, Inc
Resource-Shack
Reply With Quote
  #3 (permalink)  
Old 06-28-2005, 02:29 PM
McPete McPete is offline
Junior Member
 
Join Date: Jan 2005
Posts: 8
Default

Would it be possible to increase this, or do you know of any work arounds?

I'm currently getting a script developed that allows files to be uploaded through a php interface, however some of the files will be bigger than the 2Mb limit...

Thanks for your prompt reply.

McPete.
Reply With Quote
  #4 (permalink)  
Old 06-28-2005, 02:55 PM
NIS-Francisco's Avatar
NIS-Francisco NIS-Francisco is offline
Administrator
 
Join Date: Dec 2003
Posts: 528
Send a message via ICQ to NIS-Francisco Send a message via AIM to NIS-Francisco Send a message via MSN to NIS-Francisco Send a message via Yahoo to NIS-Francisco
Default

Quote:
Originally Posted by McPete
Would it be possible to increase this, or do you know of any work arounds?
Yes, there's a possible work around for this. Create an .htaccess file on your public_html folder, and add this setting:

Code:
php_value upload_max_filesize XXm
Change XX to whatever MB's you want to have, example 20m

Regards,
Francisco
__________________
Best Regards,
Francisco Mazzeo
Navigator Internet Solutions, Inc
Resource-Shack
Reply With Quote
  #5 (permalink)  
Old 06-28-2005, 03:06 PM
McPete McPete is offline
Junior Member
 
Join Date: Jan 2005
Posts: 8
Default

Perfect. Thank you very much!

McPete.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:30 AM.


Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0 RC6
Copyright © 2003-2005 Navigator Internet Solutions, Inc (NIS - NavigatorIS). All Rights Reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106