Tagged Questions
0
votes
1answer
110 views
Inconsistency in file before and after upload to Oracle DB
I'm trying to get my website to allow users to upload various files (HttpPostedFile), which are then stored in an Oracle database as BLOBs. Here's what I've got so far:
public static bool ...