Reply
Problems with File Uploads - Engine Config?
Old 08-02-2004, 11:30 AM Problems with File Uploads - Engine Config?
Junior Talker

Posts: 2
I'm having problems uploading files using the PHP file upload process. I know my form & code works because the whole thing worked on my old web host, but I've moved to a new host I can't get it to work. It must be a server/engine configuration problem, but I can't figure out what! I know that safe-mode would prevent file uploads but I have that disabled.

Does anyone know of any other configurations that would prevent file uploads?

Thanks!
BrotherAl is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-02-2004, 03:42 PM
Kyrnt's Avatar
The Post-Mod Years

Posts: 2,536
Location: Western Maryland
It is possible for Apache to turn off its setting to allow file uploads. Have you sent a trouble ticket in to your host asking that question? That would be my next suggested step.
__________________
—Kyrnt
Kyrnt is offline
Reply With Quote
View Public Profile Visit Kyrnt's homepage!
 
Old 08-02-2004, 05:40 PM
Novice Talker

Posts: 14
There is a php.ini setting to allow and deniy file uploads. Its simply called:
file_uploads
And it need to be set as:
file_uploads=On

PHP Code:
ini_set("file_uploads"On); 
That may change the ini setting for the page you run it on but it my not be allowed by php, im not sue but it may work.
__________________
http://www.blueprog.com <-- For help and discussion with web and computer coding
lotrgamemast is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problems with File Uploads - Engine Config?
 

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11285 seconds with 12 queries