开发者

Servlet to set read-only permission while File save

开发者 https://www.devze.com 2023-04-10 02:32 出处:网络
I want to save a file with read-only options through a servlet.Can someone shed some taughts. Thanks. (fyi..I went through this link,so need some other ways through which this can be done.

I want to save a file with read-only options through a servlet.Can someone shed some taughts.

Thanks.

(fyi..I went through this link,so need some other ways through which this can be done. Ma开发者_JAVA百科king servlet serve READONLY text/html resource)


Use File.setWritable(false).

0

精彩评论

暂无评论...
验证码 换一张
取 消