G
Guest
I having a problem where in I have to upload the excel document into BLOB db
column of a table. I tried and I was able to upload the excel document. when
the size of the excel document goes more than 32kb it fails and throws a
conversion error. other wise it is working as desired.
Following is the code I tried.
1) first i upload the excel file to the server.
2) The using byte stream I make the excel file to of file type
3) Then Insert the filetype to the BLOB column.
Please give me a very good solution.
column of a table. I tried and I was able to upload the excel document. when
the size of the excel document goes more than 32kb it fails and throws a
conversion error. other wise it is working as desired.
Following is the code I tried.
1) first i upload the excel file to the server.
2) The using byte stream I make the excel file to of file type
3) Then Insert the filetype to the BLOB column.
Please give me a very good solution.