Hi,
The file upload example stores data as binary file (ds type="imageFile"). Is there a way to have the file treated and stored as a text file in the database?
I'm using SQL Server on the back-end and would like store the file in a "text" DB column, which is more human-readable than using a binary "image" DB column.
Thank you.
The file upload example stores data as binary file (ds type="imageFile"). Is there a way to have the file treated and stored as a text file in the database?
I'm using SQL Server on the back-end and would like store the file in a "text" DB column, which is more human-readable than using a binary "image" DB column.
Thank you.
Comment