Upload File an save content to Field 6 years ago1TopicHello,how can I realise this:The user should be able to upload a file and the content of the file (json formatted) should be saved in a field.Do you have some hints vor me?ThanksPapi 4229 PostsKadministrator 6 years ago0Level 1That could only be done using file upload and afterStore code field, but you would need to write the code yourself to convert file to json value. YOu would also need some code on the other side to convert this value back on view time.