View Source Uploadex.FileProcessing (Uploadex v3.0.0)
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 Types
Link to this section Functions
@spec process_binary(String.t()) :: {:ok, processed_binary()} | {:error, String.t()}
If it's in base64, decode it. Otherwise, do not try to process the file.