rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - funjay

Pages: 1 2
1
HFS ~ HTTP File Server / Re: Slow speed on windows server 2003
« on: June 30, 2014, 09:41:13 AM »
I use account admin, which belongs to administrators group.

when i run ipconfig /flushdns
it shows the below, but it does not work for cache issue, Thanks.

Windows IP Configuration

Successfully flushed the DNS Resolver Cache.

2
HFS ~ HTTP File Server / Re: Slow speed on windows server 2003
« on: June 30, 2014, 04:29:45 AM »
Thanks for the reply.

To bmartino1,
   I run command "ipconfig /flushdns", it does not work., and i change the template with with UTF-8 to gb2312, all otheres are default. and There is a route for the client.
   I mean it is loading the webpage slowly, same issue with opening lower level folders, and when it finished loading, when i click the link for upload and download the file, it is normal. and there is only 8 files under the two folders. I also think it is "cache/load" problem, Thanks.

 To rejetto,
    IE & Firefox on different computer, same problem
    when i open the link on local computer, it is normal. no this issue, Thanks.


3
HFS ~ HTTP File Server / Slow speed on windows server 2003
« on: June 27, 2014, 09:24:58 AM »
Hi,
   The hfs server 2.3 is installed on the windows server 2003. when all other guys  open it with address http://192.168.1.23:8080, it is very slowly. and same for every lower level folder, but the upload and download is very fast, it is strange. can anybody help this? Thanks.

4
HFS ~ HTTP File Server / Re: what is code for the rename function?
« on: September 14, 2010, 01:00:48 AM »
yes, only the guys with upload and delete can move the files
thank you very much

5
HFS ~ HTTP File Server / Re: what is code for the rename function?
« on: September 13, 2010, 01:12:09 AM »
you have to know javascript.
the best way IMO is indeed to use diff tpl, to avoid changing the template.
i would do something like this

[+more onload]
$('#actions center').append('<button>my rename</button>').click(function(){
  // here goes what you want it to do
});
thank you for your reply, i just found the rename function is easy to move one file to another folder
just like ./subfolder/currentselect.file
so how can i add this function as another button name "changefolder"
just add " ./subfolder " in the code
tnank you very much.

6
HFS ~ HTTP File Server / what is code for the rename function?
« on: September 10, 2010, 02:06:06 AM »
i want to add one function same as rename function in the template
how should i do ? thanks
i know there has already rename function,but i need another same button like rename function
thanks anyway.


root/home > properties > diff template and add what?

7
thank you very much, it works.
thanks.

8
thanks for youre reply.
and i add the code into diff template
it does not work, and all the files are listed twice. but the folder is normal.
thanks.
and one user without upload and delete also see the files with comment "ban"

9
HFS ~ HTTP File Server / Is there any way to filter the file by the comment?
« on: September 03, 2010, 07:41:46 AM »
ex. the file with "ban" comment will be hided to some users
but some user with upload or delete can see it.
is it possible?
thanks.

10
HFS ~ HTTP File Server / what is scripts for select files?
« on: September 03, 2010, 07:27:58 AM »
first thanks for the great package
Code: [Select]
[upload completed]
{.move|%item-resource%|C:\another_folder\%item-name%.}
what is scripts for select files?
i want to change the position for the selected files. thanks.,
and "C:\another_folder" ,how to change it to the current folder
i just move it into the current sub-folder
thanks.

11
would the move function be added in to-do list? thanks.

12
yes,  :) for example, ther are many files and a folder named "obsolete" in fold A
when i selected one file, and pressed button "obsolete" ,this file would be moved in fold "obselete"
can it be true? thanks.

13
 
Code: [Select]
{.if|{.get|can delete.}|
   ........................................... // [font=Verdana]what should i write here?[/font]
<input  type='submit' name='obsoletefile' value='Obsolete Files' >
  /if.}

[special:begin]
{.if|{.and| {.get|can delete.} | {.postvar|obsoletefile.} .}|{:
{.move|%item-resource%|%folder-resource%\obsolete\%item-name%.}

:}/if.}


14
it seems complex for me, but anyway, thank you for your hints.

15
can anyone give me some hints?
thanks.

Pages: 1 2