hi all ,
my problem is related with file Header
in my
jsp application i am uploading excel sheet using "apache.poi"
for validation when i m open & chek file it work fine , but next time when i read same file again ..... then following exception occur .....
-------------------------------------------------------------------------------------
Unable to read entire header; 0 bytes read; expected 512 bytes
at org.apache.poi.poifs.storage.HeaderBlockReader.<init>(HeaderBlockReader.java:83)
-------------------------------------------------------------------------------------
is this problem related with file header ...??
thanks in advance ,