Search found 2 matches

by eduardoll
May 11, 2009 4:01 pm
Forum: XUpload
Topic: Do a verification before uploading a file
Replies: 4
Views: 5717

But the validation I need to do is to check whether or not already exists a key in the server's database.. for example, form contains: name: date: filename: I need to check if a data with the key (name+date+filename) had already being inserted into the database.. Is it possible to do this server-sid...
by eduardoll
May 11, 2009 2:08 pm
Forum: XUpload
Topic: Do a verification before uploading a file
Replies: 4
Views: 5717

Do a verification before uploading a file

Hi all, I will add a form to the file upload. The file should be uploaded only if the verification on the form is valid. Where can i insert this verification? I've already tried to insert it in "upload.cgi" after my $cg = new CGI; if( $cg->cgi_error() ) { &DelData($temp_dir); &xmes...