Search found 7 matches

by Moby
Sun Oct 11, 2009 10:14 am
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

Re: $_FILES always empty with ART PHP?

The issue is resolved. After yet once again carefully going through the Apache configuration, I noticed that while the IP address being used in the URL was one of many on the box but it was not one configured in Apache. Also the port being used int he URL was not even open on the server when looked ...
by Moby
Wed Oct 07, 2009 9:09 am
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

Re: $_FILES always empty with ART PHP?

Well, on the one hand, yes, given the nature of all that is on the server, I too would think it is some type of server environmental issue. However, looking at all the output from phpinfo(), I can also be convinced that it is not an environmental issue, since effective settings of file uploads, file...
by Moby
Tue Oct 06, 2009 9:36 pm
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

Re: $_FILES always empty with ART PHP?

Comparing the servers is a bit difficult. The production server is the only one running CentOS with Plesk and a bunch of vhosts. The demo and test servers where everything works are two openSuse boxes and one Fedora box.
by Moby
Mon Oct 05, 2009 8:36 pm
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

Re: $_FILES always empty with ART PHP?

Thanks again Kalimari.
Fixing the </form> tag occurring twice did not fix the problem.
I ran your script and got the same problem, with $_FILES being empty, the output was:

Upload:
Type:
Size: 0 Kb
Stored in:
by Moby
Mon Oct 05, 2009 1:34 pm
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

Re: $_FILES always empty with ART PHP?

Thank you very much for your reply and time Kalimari. Here is the information: mob-test.html: ============== <html> <body> <form method="POST" action="./mob-test.php" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value=&quo...
by Moby
Sun Oct 04, 2009 4:47 pm
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

Re: $_FILES always empty with ART PHP?

Thanks for the replies. What really throws me off is that exactly the same piece of code (just a test .html and .php that is posted to) work perfectly fine on other non-ART systems. If it is some bad cached code, would a restart of apache not clear out any cached code? In case of a bad module, how w...
by Moby
Sat Oct 03, 2009 2:56 pm
Forum: PHP Help and Discussion
Topic: $_FILES always empty with ART PHP?
Replies: 12
Views: 12243

$_FILES always empty with ART PHP?

Hello all: I have some code that uses a html form with a type=FILE tag to post to a php form to upload files. The code snippet works great on three systems - 2 with opensuse and 1 with Fedora. However, it does not work on the product system which is running PHP from ART. On that system, $_FILES is a...