Page MenuHomePhabricator

Cannot upload from URL
Closed, ResolvedPublic

Description

Author: overlordq

Description:
r53416 changed the sourcetype from Url to web, UploadBase::createFromRequest uses this to determine which class to load

$className = 'UploadFrom' . $type;

There is no UploadFromweb class so null is returned to SpecialUpload so it spits you back to the upload form with no errors and no clue why it failed.


Version: 1.16.x
Severity: major

Details

Reference
bz20020

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:47 PM
bzimport set Reference to bz20020.
bzimport added a subscriber: Unknown Object (MLST).

overlordq wrote:

Fixed in r54076.