Uploadex v1.0.3 Uploadex.FileProcessing View Source

Process files in Base64

Link to this section Summary

Functions

If it's in base64, decode it. Otherwise, do not try to process the file.

Link to this section Functions

Link to this function

process_binary(image_binary)

View Source
process_binary(String.t()) :: {:ok, binary()} | :error | {:error, keyword()}

If it's in base64, decode it. Otherwise, do not try to process the file.