v1.0.4: base64 вместо blob для original_bytes
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
VALUES (
|
||||
<cfqueryparam value="#upload.clientFile#" cfsqltype="cf_sql_varchar">,
|
||||
<cfqueryparam value="#mime#" cfsqltype="cf_sql_varchar">,
|
||||
<cfqueryparam value="#fileBytes#" cfsqltype="cf_sql_blob">,
|
||||
<cfqueryparam value="#toBase64(fileBytes)#" cfsqltype="cf_sql_varchar">,
|
||||
'uploaded'
|
||||
)
|
||||
</cfquery>
|
||||
|
||||
Reference in New Issue
Block a user