Hello,
Is it possible for a perl script (accessed via a users web browser) to save and/or edit a file on the users local machine?
I want my script to store and be able to edit a file on any users computer (with their permission of course).
I guess it can be done as that is basically how cookies work but some of the files may be very large (e.g mailing lists, etc).
Can any one provide a snippet of code or a good tutorial on the topic?
Thank you.
Is it possible for a perl script (accessed via a users web browser) to save and/or edit a file on the users local machine?
I want my script to store and be able to edit a file on any users computer (with their permission of course).
I guess it can be done as that is basically how cookies work but some of the files may be very large (e.g mailing lists, etc).
Can any one provide a snippet of code or a good tutorial on the topic?
Thank you.