Hello, I have a form in which I want to allow the user to select a file. When he clicks submit, the file should be emailed to me.
I have already got java.mail working to send me simple text messages, how do get binary files through ? to get the strings i just use rundata.getParameters().getString(string_name). but i guess i cant use that for getting files. gokul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
