fileNameShort = truncateWithEllipses(fileNameClean, 60); 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; fileSize = getURL.size; filemtime = getURL.filemtime; $( ".drz_list_" ).prepend('