Skip to content

Commit

Permalink
fix misleading documentation
Browse files Browse the repository at this point in the history
thanks #334
  • Loading branch information
lovasoa committed May 23, 2024
1 parent af5d4a0 commit 1db5059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using the same logic as for serving files in response to HTTP requests.
## MIME type
Data URLs contain the [MIME type](https://en.wikipedia.org/wiki/Media_type) of the file they represent.
If the first argument to this function is call to the `sqlpage.uploaded_file_path` function,
If the first argument to this function is the result of a call to the `sqlpage.uploaded_file_path` function,
the declared MIME type of the uploaded file transmitted by the browser will be used.
Otherwise, the MIME type will be guessed from the file extension, without looking at the file contents.
Expand Down

0 comments on commit 1db5059

Please sign in to comment.