webMathematica >

MSPGetUploadFileList

  • 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 filenames on the server, original filenames on the client, and content types.
  • The following exception can be thrown by MSPGetUploadFile.