Giter Site home page Giter Site logo

gleamtech / fileultimate Goto Github PK

View Code? Open in Web Editor NEW
67.0 5.0 10.0 645.13 MB

FileUltimate is an ASP.NET File Manager and an ASP.NET File Uploader which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites.

Home Page: https://www.gleamtech.com/fileultimate

file-manager file-uploader asp-net asp-net-core asp-net-mvc net net-framework file-explorer file-picker file-upload

fileultimate's People

Contributors

gleamtech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fileultimate's Issues

Change UI Border Style

Hi,

#3 With reference to previous issue, I want to clarify the borders that I am looking to change to white with some opacity. In the attached image, I have highlighted the borders that I want to change.
I tried the solution given in #3 but that does not seem to work.
Any ideas on this? Thanks in advance.

fileultimateborder

get file path from UI

how get file url path
for use in website ?
in UI menu , there is not property or path menu .

Error at app.UseGleamTech(); in asp.net core after publish but working on the local development

Hi,

I have created a Asp.net Core application as specified at the URL- https://docs.gleamtech.com/fileultimate/html/using-fileultimate-in-an-asp-net-core-project.htm.

It's working on the local but when publishing it's throwing an error at the Startup.cs file - app.UseGleamTech();

Screenshot_20

Please Help me. Thanks in advance.

My Startup.cs File code-

public void Configure(IApplicationBuilder app, IHostingEnvironment env)
       {
           if (env.IsDevelopment())
           {
               app.UseDeveloperExceptionPage();
               app.UseDatabaseErrorPage();
           }
           else
           {
               app.UseExceptionHandler("/Home/Error");
               app.UseHsts();
           }

           app.UseHttpsRedirection();

           //Register GleamTech to the ASP.NET Core HTTP request pipeline.
           //----------------------
           app.UseGleamTech();
           //----------------------

           app.UseStaticFiles();
           app.UseCookiePolicy();

           app.UseAuthentication();

           app.UseMvc(routes =>
           {
               routes.MapRoute(
                   name: "default",
                   template: "{controller=Home}/{action=Index}/{id?}");
           });
       }

How to get the complete folder path on click of the any child or sub folder directly

Hi ,
I need to get the complete folder path on click of the child folder directly
fileultimate

Attached the image .
After opening multiple folder and sub folder in file ultimate and i will directly click on any one of the sub folder .Now i need to the get the complete path of the parent folder

In Image When i click on Metadata sub folder directly .Need to get complete path including the parent folder details .
Any there any solution to get the complete file path on clicking the child or sub folder directly in file ultimate ??

Docker / Linux Support (BUG)

Hi,
if you add a Docker support (Linux) to the provided example .net core project, you can not start it any more.
It will fail with the following error:

System.ArgumentException: An item with the same key has already been added. Key: FileUltimate at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value) at GleamTech.Globalization.LanguageManager.Register(String name, LanguageManager languageManager) at GleamTech.FileUltimate.AspNet.FileUltimateWebConfiguration._4b() at GleamTech.FileUltimate.AspNet.FileUltimateWebConfiguration._xb() at GleamTech.FileUltimate.AspNet.FileUltimateWebConfiguration._sB() at GleamTech.AspNet.GleamTechWebConfiguration.OnApplicationStarted() at GleamTech.AspNet.Core.WebActivationMiddleware.Invoke(HttpContext context, IHostingEnvironment env) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

Do you have any idea how to fix this?

Bug with Denied Permissions

Here are 2 examples regarding access control permissions on a directory:
Note: In these examples, AllowedPermissions is set to FileManagerPermissions.ReadOnly

#1: In the Preview pane, there is no Print button and there is no Download button.
AccessControl.DeniedPermissions = FileManagerPermissions.Download Or FileManagerPermissions.Copy Or FileManagerPermissions.Print

#2: In the Preview pane, there is a Print button and a Download button.
AccessControl.DeniedPermissions = FileManagerPermissions.Download Or FileManagerPermissions.Copy

There should not be a Print button in case #2.
It seems that when Print is available, download automatically becomes available.

Change UI border style

Hi,

I am looking to update the User Interface of File Ultimate. I am not able to style the border lines of the UI. I want to set the border to white with opacity of 20%. Is there a way I can do that?
Any help would be greatly appreciated.

Is there a way to display rendered ASP in the preview window?

I would like to be able to place asp/aspx files into directories and have them rendered on the preview window the same way a text or image file is. Is there a way to do this? aspx files seem to only initiate a download.

I am new to asp.net so forgive me :)

Thanks!

Update Sprite images in FileUltimate

Hi,

The Cut icon in FileUltimate UI is Cut16. I want to have another icon as Cut32 and use that in sprite, but I suppose changing that will require changing other elements css, so is there a way I can do that?
Any help would be greatly appreciated.

Upload file that exceed quota limit

If I apply a quota limit to a root folder and try to upload a file that exceeds the quota limit and also the chunk size, no warning over quota is returned and loaded chunks appear in the folder.

2022-07-13_163955

ANGULAR SUPPORT

Hi,

We've been using the component from our old systems under ASP.NET Web forms and we're planning to migrate to Angular 5, would there be any support for that? do you guys have any plans for the UI Framework? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.