MSPGetUploadFileList[]
returns the representation HTTP uploaded files


MSPGetUploadFileList
MSPGetUploadFileList[]
returns the representation HTTP uploaded files
Details
- This provides a useful utility function for uploading files from the client to the server using multipart/form-data submissions.
- The contents of files are saved in new files on the server.
- Files on the server will eventually be cleared in a way similar to the clearing of image and other temporary files.
- The result of MSPGetUploadFileList is a list of lists of rules that show file names on the server, original file names on the client and content types:
-
"FileName" the name of the file on the server "OriginalFileName" the original name of the file before upload "ContentType" the content type of the file - Note that parameters that are present in the HTTP headers become available as $$ variables after the use of MSPGetUploadFile or MSPGetUploadFileList. After this, they can be used in the normal way.
- There is a maximum size for a file that can be uploaded by MSPGetUploadFileList; by default, this is 4 MB. This is set by the configuration parameter FileUploadSizeLimit.
- The following exception can be thrown by MSPGetUploadFileList:
-
MSPException["FileUploadError"] if an error is encountered while retrieving the upload file
Text
Wolfram Research (1996), MSPGetUploadFileList, Wolfram Language function, https://reference.wolfram.com/language/WolframWebEngine/ref/MSPGetUploadFileList.html.
CMS
Wolfram Language. 1996. "MSPGetUploadFileList." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/WolframWebEngine/ref/MSPGetUploadFileList.html.
APA
Wolfram Language. (1996). MSPGetUploadFileList. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/WolframWebEngine/ref/MSPGetUploadFileList.html
BibTeX
@misc{reference.wolfram_2025_mspgetuploadfilelist, author="Wolfram Research", title="{MSPGetUploadFileList}", year="1996", howpublished="\url{https://reference.wolfram.com/language/WolframWebEngine/ref/MSPGetUploadFileList.html}", note=[Accessed: 25-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_mspgetuploadfilelist, organization={Wolfram Research}, title={MSPGetUploadFileList}, year={1996}, url={https://reference.wolfram.com/language/WolframWebEngine/ref/MSPGetUploadFileList.html}, note=[Accessed: 25-August-2025]}