webMathematica >

MSPGetUploadFile

  • This provides a useful utility function for uploading files from the client to the server using multipart/form-data submissions.
  • The contents of the file are saved in a new file on the server, and the name of this file is returned.
  • The file on the server will eventually be cleared in a way similar to the clearing of image and other temporary files.
  • The result of MSPGetUploadFile is a list of rules that show the filename on the server, the original filename on the client, and the content type.
  • The following exception can be thrown by MSPGetUploadFile.