uploaded.net - PPD (30 EUR) & PPS (60% inital sale /50% rebill)

Status
Not open for further replies.
See code from webupload:

Code:
    checkHTMLDuplicity: function(data)
    {
        switch (data.file.name.substr(data.file.name.lastIndexOf('.') + 1)) {
            case 'rar':
            case 'txt':
                return this.initHTMLUpload(file);
        }

    checkDuplicity: function(file)
    {
        switch(file.name.substr(file.name.lastIndexOf('.')+1))
        {
            case 'rar':
            case 'txt':
                return this.initUpload(file);
            break;
        }
 
Status
Not open for further replies.
Back
Top