Uploading Images....
Posted: Wed Nov 06, 2002 1:59 pm
Ok, I know this is a common thing, but i tried it all....
ok i tied these codes...
that one did not work at all, juts returned that it could not copy
that one worked on localhost (my server to my server) but on everyone elses it retured a error, which i lost. But it was something about not able to access there computer....
that is the last way i tried
that one just works on my local host again
on other it returned the image, but empty, i did not try the last one from another computer
if u want to go here, http://www.icaruscolony.com
make a account, on the bottom left is a writers pannel, follow the steps throgh that, when u get to where u need to write a artilce, type some stuff in, but make sure its over 400 chars... and with spaces, no words over 60 chars... ok thanks
ok i tied these codes...
Code: Select all
if ($photo2 != "") {
chmod($destDir, 0777);
move_uploaded_file("$photo2", $destDir."image2.jpg") or die("Couldn't copy the file!");
chmod($destDir, 0755);
}Code: Select all
if ($photo2 != "") {
chmod($destDir, 0777);
copy("$photo2", $destDir."image2.jpg") or die("Couldn't copy the file!");
chmod($destDir, 0755);
}Code: Select all
copy($photo2, $destDir."image2.jpg");
if(!empty($photo2))
{
if(is_uploaded_file($photo2) && preg_match("/^їA-Za-z0-9\-\.\_\+]*$/",image2.jpg))
{
copy($photo2, $destDir."image2.jpg");
}}that one just works on my local host again
on other it returned the image, but empty, i did not try the last one from another computer
if u want to go here, http://www.icaruscolony.com
make a account, on the bottom left is a writers pannel, follow the steps throgh that, when u get to where u need to write a artilce, type some stuff in, but make sure its over 400 chars... and with spaces, no words over 60 chars... ok thanks