Page 1 of 1

How can i add upload user name on client and mark the new up

Posted: Thu Mar 14, 2019 10:14 am
by markmikel
1.I use webclient,the list have Name/Size/Type/Date modify, can i add row——"upload username",know who upload the file.

2.If user list the new upload file,can i mark the file is new ?

Many thanks!

Re: How can i add upload user name on client and mark the ne

Posted: Sat Mar 16, 2019 3:25 am
by FTP
1. The uploaded file just like a normal file stores in the local hard drive, no extra database to record username.

2. If you judge the new uploaded file by time, maybe you can modify some javascript to handle it.