Jump to content

[SOLVED] Upload get 404 error


jiggens

Recommended Posts

I decided to get back to basics and run a test script using POST and when i do so i get a 404 error. Anyone know what the cause of this maybe?

 

 

<html>
<head></head>
<body>

<form action="test_upload.php" method=post>
<input type=hidden name="MAX_FILE_SIZE" value=30000>
<input type=file name=test>
<input type=submit>
</form>
</body>
</html>


======== test_upload.php =========

<?php

// just print out the $_FILES array

print_r($_FILES);

 

Any help will suffice

Link to comment
https://forums.phpfreaks.com/topic/58971-solved-upload-get-404-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.