xdmp:get-request-field-filename( $field-name as xs:string ) as xs:string*
Returns a list of filenames from a multipart request for the field name specified. Returns an empty sequence for a field that does not exist.
Parameters | |
---|---|
field-name | The name of the request field with the multipart request. |
xdmp:get-request-field
documentation.
(: Returns the filename of the files loaded in the "upload" input form element. :) xdmp:get-request-field-filename("upload") => "myfile.doc"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.