I would like to ask a question. Anyone knows if I could modify the value of the 'fileName' attribute that sends Uploadify when doing an upload?
Don't know if this image explains what I mean, better than me:(image from firebug)
I ask this because I'm not able to pass scriptData to my servlet(or I don't know how to retrive it), instead I can get this field form that contains the name of the file I want to upload, and I would like to rename it with my own name.
the first thing i would do is out use the default file field and then set your scriptData and then make a new page that loops over form variables (since that is what is being sent) and emails it it to you. When you run it it will send you and email with the firld names and then you just use those to get the data.. it doesn't matter what language you use either.