CodeSleeve / stapler

ORM-based file upload package for php.
http://codesleeve.com
Other
538 stars 143 forks source link

File Names and Input #177

Open OlafvdSpek opened 7 years ago

OlafvdSpek commented 7 years ago

The input starts with data:image/jpeg;base64, and doesn't contain a file name. How is the file name generated? It appears to be a 128-bit hash.

Where is the data:image/jpeg;base64, documented?