Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Tools\UploadComplete.aspx
??<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="UploadComplete.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.UploadComplete" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <%= Import.Script("/jquery-1.44.min.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("js", "/global.js")%> <script type="text/javascript"> function ReturnValue(type, control, path, value, sizeControl, size) { $(window.parent.window.document).find(control).val(value); if (sizeControl != null && sizeControl.length > 0) { $(window.parent.window.document).find(sizeControl).val(size); } if (type == "0") { $(window.parent.window.document).find(control).siblings("img").attr("src", path).siblings(".delete-image").removeClass("hidden"); } else { //?????? $(window.parent.window.document).find(control).siblings(".download-file").attr("href", path).removeClass("hidden"); $(window.parent.window.document).find(control).siblings(".delete-file").removeClass("hidden"); } window.parent.window.$.fn.fancybox.close(); } </script> </head> <body> <%= _Script %> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de