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
Validate upload URL before initiating large file upload
There seems to be a situation where a large file upload can be marked as
non-local and attempt to POST file contents to an invalid URL (in this
case, the name of the local upload directory).
This obviously results in an error. This change ensures that the
designated upload URL is actually a valid URL, otherwise it forces the
local-only "dummy" mode to be enabled.
See #14
0 commit comments