i used php 5, myserver is fedora core 5.i write some code like
move_file_upload("igi.jpg","/tmp/igi.jpg");
but, the file cannot sent to server. have change php.ini of line upload=On.i have change the /tmp permission to 777.can anybody resolve my problem ?
thx..
move_upload_file function problem
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Check your form,
If you added
to the form or not
If you added
Code: Select all
enctype="multipart/form-data"- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
... move_uploaded_file()?
-
sunnyverma1984
- Forum Newbie
- Posts: 3
- Joined: Mon Sep 10, 2007 10:04 am
- Contact: