Fetch an ultradrop file from the database using the file’s filename. Since these filenames often contain characters outside the ASCII set, the filename will have to be converted into a valid ASCII format using URL encoding.

If a file is found with the given filename, the contents of the ultradrop file will be the result.

Params

Param name Description
filename
required

The URI Encoded filename of the ultradrop file

Validations:

  • Must be a String