Page 1 of 1

Uploaded files getting deleted

Posted: Sun Aug 09, 2009 12:33 am
by jitender.ind
Hi,

I'm having a very strange problem. I use lampp on centOS linux. My application has a upload Script which uploads file to file system. after upload and moving file to correct location, uploaded files are getting deleted. I check file upload and moving of file by putting all the status in a text log file. files are getting uploaded properly and after upload I'm able to move the files to it's correct location.

thanks,
Jitender Aryan

Re: Uploaded files getting deleted

Posted: Fri Aug 14, 2009 3:08 pm
by serverman
Your not having them upload to a Temporary folder are you? other than that we are going to need more info to help you.

Re: Uploaded files getting deleted

Posted: Fri Aug 14, 2009 3:25 pm
by jackpf
Got any code?

Re: Uploaded files getting deleted

Posted: Fri Aug 14, 2009 4:52 pm
by thewebhostingdir
you need to check the permissions of your temporary folder as well as the destination folder.

Also, it depends on your code. Can you post the code here?