Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hello, I have a php script that uploads a few text boxes to
a mysql database, and uploads an image to a given
directory. It worked great for a couple months, but
seemed to stop working. It will work occationally, but not
concistantly.Here is my script I use
if ($_POST["action"] == "Load")
{
$folder = "../images/reviews/";
move_uploaded_file($_FILES["filep"]["tmp_name"] ,
"$folder".$_FILES["filep"]["name"]);
chmod("$folder".$_FILES["filep"]["name"],0644);
echo "<p align=center>File ".$_FILES["filep"]["name"]."
uploaded.<br />";It's been working fine, but no just does not upload
anything. Can anyone think of something that would
cause it to stop working? I've searched google, but it
seems ok to me.Any help will be apreciated.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |