Wuhtzu Posted October 30, 2006 Share Posted October 30, 2006 HeyI would like to collect the data from a <input> field and write it to a file using js -> is it possible and would anyone be so kind to help me?Best regardsWuhtzu Link to comment https://forums.phpfreaks.com/topic/25538-collect-form-data-using-js/ Share on other sites More sharing options...
brendandonhue Posted October 30, 2006 Share Posted October 30, 2006 No, clientside javascript isn't able to write to files. Link to comment https://forums.phpfreaks.com/topic/25538-collect-form-data-using-js/#findComment-116544 Share on other sites More sharing options...
fenway Posted October 30, 2006 Share Posted October 30, 2006 Collecting the input is possible; accessing the client's file system is restricted, and requires ActiveX controls. Of course, you could just dump it into a cookie a read it from there.... Link to comment https://forums.phpfreaks.com/topic/25538-collect-form-data-using-js/#findComment-116838 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.