MSPURLStore[data,type]
stores a string of data of the specified type and returns a URL reference.
MSPURLStore[data,type,filename]
stores a string of data of the specified type and returns a URL reference that contains a suggested file name.


MSPURLStore
MSPURLStore[data,type]
stores a string of data of the specified type and returns a URL reference.
MSPURLStore[data,type,filename]
stores a string of data of the specified type and returns a URL reference that contains a suggested file name.
Details
- MSPURLStore stores a string of formatted data in the MSP servlet and returns a URL that can be used to retrieve the data.
- MSPURLStore is an extension of the mechanism for storing images.
- MSPURLStore can be used to hold input for some plugin or applet in the client, or it can be formatted into an img tag.
Examples
Basic Examples (1)
You can simulate how the function works by loading the package:
The result is a string that can be used as a URL referring to the MSP servlet, which can be used to retrieve the data from the store.
A third argument to MSPURLStore sets a file name in the URL. There are several uses for this functionality, such as choosing a helper application for the client. Note that no actual file with this name is created. The name is just placed in the URL:
Text
Wolfram Research (1996), MSPURLStore, Wolfram Language function, https://reference.wolfram.com/language/WolframWebEngine/ref/MSPURLStore.html.
CMS
Wolfram Language. 1996. "MSPURLStore." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/WolframWebEngine/ref/MSPURLStore.html.
APA
Wolfram Language. (1996). MSPURLStore. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/WolframWebEngine/ref/MSPURLStore.html
BibTeX
@misc{reference.wolfram_2025_mspurlstore, author="Wolfram Research", title="{MSPURLStore}", year="1996", howpublished="\url{https://reference.wolfram.com/language/WolframWebEngine/ref/MSPURLStore.html}", note=[Accessed: 25-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_mspurlstore, organization={Wolfram Research}, title={MSPURLStore}, year={1996}, url={https://reference.wolfram.com/language/WolframWebEngine/ref/MSPURLStore.html}, note=[Accessed: 25-August-2025]}