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
echo'{ "result": "URL returned bad status code ' . $status . '.", "error": true }';
27
+
return;
28
+
}
29
+
30
+
if ($contentLength >= 52428800) {
31
+
echo'{ "result": "URL content length greater than 10 megs (' . $contentLength . '). Validation not available for files this large.", "responseCode": "1" }';
0 commit comments