Exemplo n.º 1
0
    }
    // End Case
} else {
    if ($_SERVER['REQUEST_METHOD'] == 'POST') {
        switch ($_POST['action']) {
            case 'manufacturers_image_upload':
                SendXMLHeader();
                ManufacturersImageUpload();
                exit;
            case 'categories_image_upload':
                SendXMLHeader();
                CategoriesImageUpload();
                exit;
            case 'products_image_upload':
                SendXMLHeader();
                ProductsImageUpload();
                exit;
            case 'products_image_upload_med':
                SendXMLHeader();
                ProductsImageUploadMed();
                exit;
            case 'products_image_upload_large':
                SendXMLHeader();
                ProductsImageUploadLarge();
                exit;
            case 'manufacturers_update':
                SendXMLHeader();
                ManufacturersUpdate();
                exit;
            case 'manufacturers_erase':
                SendXMLHeader();
function ProductsImageUploadLarge()
{
    ProductsImageUpload();
}