You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entries: ref. source location in accept-method.xml (#28)
Many questions on StackOverflow are triggered by errors caused by users not knowing that this method is part of the Additional Methods file. This is a matter of fact and should be included in the documentation.
Copy file name to clipboardExpand all lines: entries/accept-method.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
<p>You can specify multiple mime-types by separating them with a comma, e.g. "image/x-eps,application/pdf".</p>
11
11
12
12
<p>Works with type="file" inputs.</p>
13
-
13
+
<p>Part of the additional-methods.js file</p>
14
14
<p>Note: This method used to look at just the filename, specifically the file extension. That behaviour is now available as the "extension" method inside src/additional/extension.js.</p>
0 commit comments