View Source Legendary.CoreWeb.Base64Uploads (Legendary v8.12.0)

Utilities for converting data uris and base64 strings to Plug.Upload structs so they can be processed in the same way as files submitted by multipart forms.

Link to this section Summary

Link to this section Functions

Link to this function

base64_to_upload(str, content_type)

View Source
Link to this function

binary_to_upload(binary, content_type)

View Source