Can please give me solution how to upload the file from hibernate.? (Sorry way too many smileys. Mark) [ June 22, 2007: Message edited by: Mark Spritzler ]
Uploading a file can't be done - that is not what Hibernate is for. Assuming you have your file content in memory however, Hibernate does support binary data types, so you can persist it using this type.