jQuploader - upload file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
cade
Forum Commoner
Posts: 55
Joined: Tue Jul 03, 2007 8:18 pm

jQuploader - upload file

Post by cade »

I've been using jquploader to handle all upload file operation. But I have a problem where this tool doesn't make every file uploaded is unique. Instead, it just overwrite the upload one with those on the server. Does anyone wanted to implement this?
I have tried to add prefix to every file uploaded. But fail


Appreciate if you guys could comeout with this solution.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Don't you have a post regarding this exact same issue?

viewtopic.php?p=419699#419699
cade
Forum Commoner
Posts: 55
Joined: Tue Jul 03, 2007 8:18 pm

Post by cade »

yeah...it's related. But people will not understand if I just want to rename the uploaded file. Maybe putting jquploader will attract people to join my discussion. Do you have solution for me? Thanks
shylor
Forum Newbie
Posts: 13
Joined: Thu Sep 27, 2007 12:52 pm

Post by shylor »

remember that you can always edit your post.
Locked