mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
better resolution of post data
This commit is contained in:
parent
91e228e3f6
commit
0a3cec7c41
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ never be GC'd. File upload items will be a four part list
|
|||
|
||||
(defmethod form-multipart-data ((obj clog-obj))
|
||||
(clog-connection:get-connection-data
|
||||
(parse-integer (caar (form-post-data obj)) :junk-allowed t)))
|
||||
(caar (form-post-data obj))))
|
||||
|
||||
(defgeneric delete-multipart-data (clog-obj)
|
||||
(:documentation "Delete the multipart data upload"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue