Code

Discussion on Advanced File Management

Discussion on Advanced File Management

Cart 2,143 sales

CriticalGears supports this item

Supported

This author's response time can be up to 2 business days.

848 comments found.

Hi, great work but I have a problem. Everytime I´ll upload a file with more then 10MB, I get these message: Your upload quota has been reached. Try deleting some files. My upload limit: 100000 MB maximum filesize: 500 MB What can I do?

Hi Stiffler,

Thank you for purchasing our script.

Please read FAQ section of our script, here on codecanyon – your issue is easily fixable.

I am having problems with large files when downloading: a .mp4 file is given with 215 Bytes in the browser’s download window whereas in fact the file has > 1000MB. Is this a 32 bit integer problem?

Hi geophilus,

Thank you for purchasing our script,

For one of our codecanyon clients – we had to change download link, instead of pushing all downloads through download.php file- we gave the direct link to the file. Client had same issue like yours and after changing that download link – it seems that it fixed that issue. So, you could try that, and see if that works for you or not.

the pèrmission is 777 in uploads

hi

i have a problem with the directory in dbconnect.php

the script is installed in http://webhostlm.com/portal/filemanager/

and give me the error Error! Most likely upload directory doesn’t have writable permissions or you didn’t set it up correctly.

the dbconnect.php in my server is

$script_dir = '/portal/filemanager/'; // IF IN ROOT leave like this: '/'  if in root/files   then    '/files/'
$upload_dir = '/filemanager/uploads/'; //NOTE: TRAILING FORWARD SLASHES! FULL PATH to current folder relative to root, DON'T FORGET TO SET permissions for this folder to 777 on UNIX servers.

please help

Thanks

Hi helpdesknetve,

In order to provide assistance to you we need to ensure that you purchased our script. Please send us an email through our profile page from the account with which you’ve purchased our script and we will be glad to assist you then.

Hi, thanks. I do really like the script by the way!!! It works wonderfully and is easy to configure! :) :)

Me too… exactly the same question. Excellent script though!!!

Thank you for purchasing RossSadler,

Please see our reply to inkofme.

Great thanks for the reply. In an earlier reply you said “Unfortunately users will see your files only if you set them permission to see all files, at this moment. We will update the file in september to include functionality to view files in folder by default” is this still the case? If not what will the cost be to have this function?

Cheers

Ross

It is still the case, however – as stated before – we will update each of our script one by one, so I can’t really say when will this update be released, first in queue is our advanced domain manager script, then booking script, then file manager, and then couple of other things planned. If you need this functionality right away – you can contact us for a custom development of this feature, it will be much faster (within 1 business day).

inkofme…I have the same question. Hopefully this is possible.

Thank you for purchasing krgastanaga,

Please see our reply to inkofme.

Is it possible for a user to be able to see all files in his assigned folder? I have to log in as the user to be able to upload files that he can see. He is not set to “Can view everyone’s files” I don’t want clients to see each other files, but I would like to be able to upload to the clients folders files that they can see while logged in as the admin. .. follow?

What would this take to do? Perhaps I have a setting wrong, or perhaps it’s expected for the admin to log in as the client as to share files specifically with him?

thanks~!

This product is excellent!!!

Thank you for purchasing inkofme,

Not at the moment, not in the current version of the script. We can custom develop this functionality for you for additional charge, or you can wait until we will include such feature in the script.

Im having an issue where whenever a user uploads a file, it gets uploaded into the root directory instead of the upload directory thats set in their user profile.

Ive reuploaded all of the AFM files and that didnt fix it. Any ideas?

Hi gloomis,

thank you for purchasing our script.

Send us an email with a link to your installation and we will take a look

I will buy this as soon as the admin can upload to user folders and the individual users can see and download these files without adding permissions to other folders. Otherwise it looks great!

Great script!
If you follow the simple instructions carefully it is easy to setup.
I give it 5 star.

Would be great that the Admin could see the files in the respective users folders.
Speaking in folders: I’m creating a folder for each of my users and I found a bit messy to see all the files together (even looking at the uploader).

Also, my users usually need to create folders to separate the files they upload. Only way to have folders in users accounts with this script is asking the Admin to create them. Why not allow the users to create folders?

Hi jrsilva,

we do have a lot of updates coming this script’s way soon with new functionality and fixing of the old.

Hi there. Just purchased this. A great solution for transferring files and content between me and my client. One thing I am wondering…is it possible to give a user access to multiple folders? I only seem to be able to give them access to 1?

Sorry if this is a dumb question, but any help would be greatly appreciated.

Hi postidol,

Thank you for purchasing our script.

At this moment user can upload files only to the folder he is assigned to, however if you will grant all view all files option he will see all files in all folders. More functionality is coming to this script soon.

Thank you for the response. I’ll look forward to the new update :) Any diea when we can expect that? Thanks for your time.

Well, we are launching our website (finally) next week, so right after that we will start updating our scripts one by one and then new scripts will come as well.

Hi there! I can’t install this…

I edited the dbconnect file and when I go to install.php nothing appears!

If i put wrong settings on the dbconnect file and then go to install.php it appears a message saying it could not create the mysql db. Which makes sense.

But when I have the right settings in the dbconnect file nothing appears in install.php.

Can you help?

Hi miguelmrq,

Thank you for purchasing,

please contact us by email for further issue troubleshooting.

double post.

For some reason, I install this and it’s not letting me login with admin / pass.

Hi voudini,

Thank you for purchasing,

Please send us an email through codecanyon profile page and we will be happy to assist you on this.

I noticed you can select filetypes but can you have it so that users can upload any filetype, just have a any filetype option? or All…

Cheers

You would need to modify the code to achieve this – there is no quick solution for that.

please disregard above post.

I made quiet a lot of changes to the code to my taste. Maybe you’ve already made changes or working on them for future update but these are some of the changes I made.

  • change actual file name as well when you change the file name.
  • replace spaces in file name to dashes when uploading
  • added sorting options per title, size, extention, uploader, etc
  • option to view all files in a specific folder regardless of uploader
  • add a string “-new” to a file name before uploading if same name already exists in the folder
  • changed path for folders. (when you create a new folder, they are placed in ”/filemanager/uploads/” instead of ”/filemanager/”
  • added htaccess to secure files in uploading folders
  • allowed to upload all extensions with exceptions. (admin can add exceptions)
  • when a new user is added, it automatically creates a folder named after the username and assign that folder to the user.
  • maybe a few more but I can’t think of right now. This is a great base code to work on. Thank you!

    Hi offeredat,

    thank you for purchasing. Actually yes – we have most the items on our to do list for next update.

    I noticed when you change a file name, it changes the name on DB only, while actual file name on server stays the same. Is it done this way intentionally?

    Is there a way to allow all the extensions with some exceptions (i.e. php, exe, bat, etc)

    2 options: 1) insert all exceptions through admin, or 2) you will need to edit the code of upload script to allow extensions (except the php bat etc..)

    Never mind about my question, I realized 755 is all I need for permissions. Amazing what sleep will do for your brain. :) Thanks for your work, love the script!

    I’m glad you worked it out. Let us know if you will have any other questions or requests.

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve CodeCanyon.

    Sure, take me to the survey