The following is an example of how to retrieve your image from an APEX collection for further use.
select c001 as filename,
c002 as mime_type,
d001 as date_created,
n001 as file_id,
blob001 as file_content
from apex_collections
where collection_name = 'DROPZONE_UPLOAD';