Hello,
Have had similar problems with filenames containing spaces and, I imagine
the & symbol might cause some problems but maybe not. Check if the file
spaces are '%20', I also recommend removing odd characters with an
eregi_replace statement ($filename = eregi_replace ("[^a-z0-9]","",
$filename
The directory must exists prior to copy, and must be writeable by the
server process.
Also note this is a filesystem path.
Pushpinder Sngh Garcha wrote:
Hi
I am trying to upload a file using php.
This is the code that I am using for the php script called "upload.php"
if(!empty($userfile)) {
2 matches
Mail list logo