When trying to uplaod a mov file I get the error: Warning: Unable to open 'none' for reading: No such file or directory in e:phpdevwwwpublicrudolphpn714htmlmodulesgalleryplatformfs_win32.php on line 26
This error generally pops up when either php can't find the path you specify
(ie, it doesn't exist) or it doesn't have permissions to access the file.
Double check those things and try again.
bharat
Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2002-08-31 18:35
This is either covered in FAQ C.14, or section 8 of the README.
Posts: 487
This error generally pops up when either php can't find the path you specify
(ie, it doesn't exist) or it doesn't have permissions to access the file.
Double check those things and try again.
Posts: 7994
This is either covered in FAQ C.14, or section 8 of the README.