Re: uploading a .xls file

2009-09-10 Thread KIRTI CHOPRA
Thank you so much but can you please tell me how can i save the uploaded file -- View this message in context: http://www.nabble.com/uploading-a-.xls-file-tp25377242p25378975.html Sent from the Struts - User mailing list archive at Nabble.com.

how to save uploaded file

2009-09-10 Thread KIRTI CHOPRA
hi i have uploaded file successfully but i am now trying to save the file using following code it is not taking FileUtils and pls suggest if there is any other alternative. import static java.io.File.separator; import java.io.File; import java.lang.Object; import java.text.MessageFormat;

Re: uploading a .xls file

2009-09-10 Thread KIRTI CHOPRA
Thank you so much for the help!!! -- View this message in context: http://www.nabble.com/uploading-a-.xls-file-tp25377242p25383919.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

how to read the contents of uploaded file

2009-09-10 Thread KIRTI CHOPRA
hi all can you please help me with how can i start with how i can read the content of the file uploaded using struts 2.0 and display them in jsp in table format. since i am new to struts i am not able to think of where should i start from and for saving that uploaded file i should give which

Re: how to read the contents of uploaded file

2009-09-10 Thread KIRTI CHOPRA
Thank you so much -kirti -- View this message in context: http://www.nabble.com/how-to-read-the-contents-of-uploaded-file-tp25384149p25395100.html Sent from the Struts - User mailing list archive at Nabble.com. - To

uploading a .xls file

2009-09-09 Thread KIRTI CHOPRA
hi all i am new to struts and trying to upload a file in struts 2.0 i am using s:file tag and have given simple getter setters in action class i am getting null value in file name pls help and let me know how i can do it. code is given below: Action class package com.neevtech.newsletter.action;

Re: uploading a .xls file

2009-09-09 Thread KIRTI CHOPRA
hi but does it make any difference it is just variable name if i am not wrong but i am not sure about it also please let me know if it makes any difference. Thanks!!! -- View this message in context: http://www.nabble.com/uploading-a-.xls-file-tp25377242p25377629.html Sent from the Struts -