S
S
Sergey Goryachev2017-07-27 17:55:27
Regular Expressions
Sergey Goryachev, 2017-07-27 17:55:27

The easiest file manager for a website?

Actually, the site needs to make a small file manager.
The main task is to upload files to a specific folder.
And show a list of these files in a certain place.
On click, show a link to this file so that you can copy it.
I'm sure that there are ready-made solutions, but I can't google)
Just kick in the right direction, I'll fly)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dodo512, 2019-02-23
@EvgMul

RewriteCond %{REQUEST_URI} !^/images/upload
RewriteCond %{REQUEST_URI} !^/images/get
RewriteCond %{REQUEST_URI} !^/images/set
RewriteRule ^images/(.*)$ web/images/$1 [L]

Or like this:
RewriteCond $1 !^(upload|get|set)
RewriteRule ^images/(.*)$ web/images/$1 [L]

3
333Serega333 333Serega333, 2017-07-27
@webirus

https://github.com/Studio-42/elFinder

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question