HomeHome Product Discus... Product Discus...SmithCartSmithCartbug? File Manager cannot move multiple selected filesbug? File Manager cannot move multiple selected files
Previous
 
Next
New Post
8/30/2011 9:31 AM
 

Anytime I select many files and wish to move them to another folder, only the first one selected, at the top of the displayed list, is ever moved. I have to repeat the process for each file in the folder that I want to move to another folder.

 

Is this a known bug? Sorry to repeat if it is.

 

R

 
New Post
8/30/2011 2:29 PM
 
Hello,

There is no file limit on the server, but there is a theoretical limit how much data you can push using http post. To understand why this happens you need to understand how web browser based file uploads work.

Essentially web browser uploads files in a similar manner it does text forms, it simply submits a binary file as a post action. On the other end, the server side process is waiting for the post to complete. Since HTTP is a stateless protocol the server does not know when or if the post action will be completed, therefore the script will only wait certain amount of time before expiring. If you are trying to upload a large file or your upload speed is slow, the maximum size of the file you can upload via web browser will be determined by the amount of bytes you can upload in a limited amount of time.

If you are experiencing problem uploading files via DNN file manager the best solution is to use FTP to transfer files to the server.

Thanks,
 
New Post
8/30/2011 2:50 PM
 

No, that's not what my posting is about.

 

DNN 6, SC 4.52

Log in as Admin, but as the owner of the files. (I noticed that the HOST (!!) can not move the files of a lower user. another bug??)

go to the Admin menu File Manager

Directory 'A' contains 7 files. These 7 files are already uploaded on the server, or they would not show in the directory listing. :) 

Directory 'B' is a new directory, standard, or secure, and is empty.

I check off 4 files.  I click Move.  (see step 1)

I answer OK to the dialog.

I then select where they should go. (see step 2)

After clicking any confirm to finalize, I check the destination folder and see that only ONE file moved. See step 3

 

 

 
 Login to download attachment
New Post
8/30/2011 3:12 PM
 

Hello,

I Googled this issue and I found the following answer from here:
http://www.dotnetnuke.com/Resources/F...

This is not intended behavior, but maybe ASP.Net is restarting each time a resource file has been created, resulting in a termination of the moving thread. Please log this into the issue tracker at support.dotnetnuke.com, in order to get it fixed.

Thanks,

 
New Post
8/31/2011 7:02 AM
 

Sorry - I got carried away with what's in your domain, and what is in DNN's. lol. I'll forward this to dnn!

 

R

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartbug? File Manager cannot move multiple selected filesbug? File Manager cannot move multiple selected files