Search found 3 matches

by rayfresh
Oct 29, 2008 2:21 pm
Forum: XUpload
Topic: How to use values from the upload form in the upload.cgi ?
Replies: 4
Views: 3784

YESSS !!!
I get it !

Thank you very much
by rayfresh
Oct 29, 2008 1:26 pm
Forum: XUpload
Topic: How to use values from the upload form in the upload.cgi ?
Replies: 4
Views: 3784

oh thank you very much! just another question... Can i add name and mail values from form too ? Can i redirect to a page with these variables ? print"<HTML><Script>parent.document.location='$redirect_link';</Script></HTML>"; like this : print"<HTML><Script>parent.document.location='$...
by rayfresh
Oct 29, 2008 12:51 am
Forum: XUpload
Topic: How to use values from the upload form in the upload.cgi ?
Replies: 4
Views: 3784

How to use values from the upload form in the upload.cgi ?

Hello, I added an input named "code" in my upload form. I searched everywhere but i don't understand how to do this : 1 - I have a random code in my php form (here : 521f26yu4j8k54g6hj ) 2 - my form is submitted to the upload.cgi 3 - my code (variable) replace my filename Example : file up...