Hi,
The task is to upload an excelfile and perform some operation with it. It is not necessary to store the file in DB, just use POI to read cells and do logic.
I followed the sample for upload files and yes, i can save the exelfile in DB.
Next I tried to create a Servlet and define an action to the form. With submitform i can call the servlet and do my logic. BUT: How can I go back to my app?? the creen went just blank. Is this way preferable or is any other solution path available?
Thx again
The task is to upload an excelfile and perform some operation with it. It is not necessary to store the file in DB, just use POI to read cells and do logic.
I followed the sample for upload files and yes, i can save the exelfile in DB.
Next I tried to create a Servlet and define an action to the form. With submitform i can call the servlet and do my logic. BUT: How can I go back to my app?? the creen went just blank. Is this way preferable or is any other solution path available?
Thx again
Comment