Welcome Guest, Not a member yet? Register   Sign In
Upload error - The file could not be written to disk
#1

[eluser]PermanaJ[/eluser]
Im trying to upload image, but I get this error message

"The file could not be written to disk"

Dont want to get confuse with file permission, i set the folder 777. What could be the reason that error happen ? I use this setting :

Code:
...

$upload_cfg['upload_path'] ='./images/photos/';
$upload_cfg['allowed_types'] = 'gif|jpg|png';
$upload_cfg['max_size']    = '200';
$upload_cfg['max_width']  = '200';
$upload_cfg['max_height']  = '200';
$upload_cfg['encrypt_name'] = true;

...


Messages In This Thread
Upload error - The file could not be written to disk - by El Forum - 05-12-2009, 06:08 PM
Upload error - The file could not be written to disk - by El Forum - 05-12-2009, 11:42 PM
Upload error - The file could not be written to disk - by El Forum - 05-13-2009, 12:19 AM
Upload error - The file could not be written to disk - by El Forum - 11-07-2010, 02:11 AM
Upload error - The file could not be written to disk - by El Forum - 11-07-2010, 07:05 PM
Upload error - The file could not be written to disk - by El Forum - 11-08-2010, 02:03 AM
Upload error - The file could not be written to disk - by El Forum - 11-10-2010, 12:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB