Hi,
i have written a
jsp program.
i have uploaded files(xls,
doc,ppt type) to server using multipart request.
i have stored the path of the file name in the database.using resultset i m opening the file.
when i m trying to view the uploaded file through html link (a href="file1.xls").its giving me problem
The problem is some files are opening and some files are nt opening.
any suggestions?
Thanks in advance