Attaching Picture Problem (again)

Joined
Nov 28, 2002
Messages
9,375
Just wondering if anyone can straighten me out. For some reason I am having problems attaching a picture from my computer. I have done it before many times. I am a gold member. I have not exceded my space limit. I click on "manage attachments" then "choose file". The file is a .jpg, the file name is then showed in the area that reads file to upload. When I click on upload I get the uploading file message and then it reads no file selected. Any thoughts on what the problem may be.
 
You should check your picture size and dimensions to see if they are within the allowed upload boundries. IIRC, the max size = 100Kb and max dimensions are 640x480 pixels.
 
I am having the same problems and pic is within prefered guidelines. I just tried to attach a small version without success. The screen just flashes and no error message is displayed.

Do we need more server space!? :)
 
I just tried attaching a picture again thinking the maintenance being done would correct the problem. A little different error message this time. After going through the usual procedure, at the top of the window I got the text below and the upload error read "Not a valid image".

Warning: move_uploaded_file(/home/var/web/bladeforums.com/attachments/7fdf96df8a85bb2c6bbd688f31ed7b91): failed to open stream: No such file or directory in /includes/functions_file.php on line 274

Warning: move_uploaded_file(): Unable to move '/tmp/phpI9tCJ7' to '/home/var/web/bladeforums.com/attachments/7fdf96df8a85bb2c6bbd688f31ed7b91' in /includes/functions_file.php on line 274

Warning: filesize(): Stat failed for /home/var/web/bladeforums.com/attachments/7fdf96df8a85bb2c6bbd688f31ed7b91 (errno=2 - No such file or directory) in /includes/functions_file.php on line 286

<!--
var SESSIONURL = "";
var IMGDIR_MISC = "images/misc";
// -->
<!--
function verify_upload(formobj)
{
var haveupload = false;
for (var i=0; i < formobj.elements.length; i++)
{
var elm = formobj.elements;
if (elm.type == 'file')
{
if (elm.value != "")
{
haveupload = true;
}
}
}

if (haveupload)
{
toggle_display('uploading');
return true;
}
else
{
alert("Please select a file to attach using the \"Browse...\" button.");
return false;
}
}



//-->
 
Working on it now. Please be patient
 
Should be fixed
 
Back
Top