문제

I am creating a html5 and javascript web page that allows you to draw your own picture. The page itself works, but I want to make it so my web application will create a folder in their Appdata (or Application Data if they're on a mac) directory.

Then I also want to make it so when a user logs back on to the website, all of their work is saved and they can pick up where they left off.

So basically, I want to be able to create a file on a client's directory, then be able to download that file once they have saved a change to their drawing. Is there a way I can do this? Thanks.

올바른 솔루션이 없습니다

다른 팁

All of these things can be done by using the HTML5 file APIs. Here are some links which will help you with your task:

Storing state can be accomplished by using one of the following technologies:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top