XTGeminiman
08-25-2005, 12:02 AM
I just want to check the uploaded file to see if it includes the username and date as a prefix to avoid duplicates
I think I have to cut the upload string somehow...
Shouldn't something like the below work for at least the username? I tried it with the username but it didn't work for some reason...
if username <> left(AF_value, len(username)) then
anyway i'm thinking something along these lines and then I can add the two valued variable
I think I have to cut the upload string somehow...
Shouldn't something like the below work for at least the username? I tried it with the username but it didn't work for some reason...
if username <> left(AF_value, len(username)) then
anyway i'm thinking something along these lines and then I can add the two valued variable