hai ,
i am uploading files in folder instead of loading in database. if i uploading the file in to folder having same file name it is not doing so . i am losing this files what to do tell me any solution ..
Thanks in advance, J.sivaani
Can you post some code there?
Problem probably is that permissions have not been set to allow overwriting a file with the same name.
[man]chmod[/man].
OR
Assign a unique id to the file, thus avoiding conflicts:
[man]uniqid[/man]