This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head runat="server"> | |
| <title>Sitecore Temp Folder Browser</title> | |
| <link rel="Stylesheet" type="text/css" href="/sitecore/shell/themes/standard/default/WebFramework.css" /> | |
| <link rel="Stylesheet" type="text/css" href="./default.css" /> | |
| </head> | |
| <body> | |
| <script runat="server"> | |
| private const string TEMP_FOLDER_PATH = @"C:\inetpub\wwwroot\Sitecore\temp\"; | |
| private const int MAX_FILE_COUNT = 10; |
OlderNewer