Can't get FormFile to work

2005-07-07 Thread Dilan
close(); file.destroy(); }catch (Exception e){} } } return out; } Regards, Dilan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: currupted data when using FormFile

2005-06-29 Thread Dilan
,out.length,len); out = tmp; tmp = null; } }finally{ // always close the stream if (in != null) try{ in.close();}catch (Exception e){} } return out; } Hope some one able to help;