I have given the 777 permissions to the folder though it is not working on windows this is the code that i using if(($_FILES["resumefile"]["size"] <90000)) { if($_FILES["resumefile"]["error"] > 0 ) { echo "Erroe Code : ".$_FILES["resumefile"]["error"]; } else { move_uploaded_file($_FILES["resumefile"]["tmp_name"], "upload\\".$_FILES["resumefile"]["name"]); } } there Any other way to upload the file with regards Parag --- In php-objects@xxxxxxxxxxxxxxx, Brian H <brianh781@...> wrote: > > Make sure the folder you are uploading to has the correct permissions. > > On Wed, Feb 4, 2009 at 11:27 PM, amit choure <paragchaure@...> wrote: > > > hi all > > I have script of file uploading it works in Linux/Unix server but this > > script is not working at windows server . > > There is any method or changes in script? > > > > Please help me > > > > with regards > > Parag > > > > Add more friends to your messenger and enjoy! Go to > > http://messenger.yahoo.com/invite/ > > > > [Non-text portions of this message have been removed] > > > > > > > > > [Non-text portions of this message have been removed] >