/** Up first */ fileNameCleanFirst = fileNameClean.toUpperCase(); if (ext == "url") { /** Ajax remove file */ $.ajax({ type: 'POST', url: 'https://grayworks.tv/includes/courses/dropzone/file_url.php', data: { file: '///'+fileName+'', urlJSON: '' }, dataType: 'json', success: function(getURL) { url = getURL.link; filemtime = getURL.filemtime; j_rewriteIcons = getURL.rewriteIcons; j_dz_textColor = getURL.dz_textColor; j_dz_iconColor = getURL.dz_iconColor; j_dz_iconType = getURL.dz_iconType; if (j_rewriteIcons == "on") { fileIcon = j_dz_iconType; fileIconColor = j_dz_iconColor; fileTextColor = j_dz_textColor; } $( ".drz_list___" ).prepend('