Redactor (Wysiwyg editor) / Images Upload / Classic ASP / JSON Redactor (Wysiwyg editor) / Images Upload / Classic ASP / JSON json json

Redactor (Wysiwyg editor) / Images Upload / Classic ASP / JSON


'create instance of uploaded fileset File = objUpload.Files("file") ' write json back to clientwith response  .codePage = 65001  .charset = "utf-8"  .contentType = "application/json"end withresponse.write "{ ""filelink"": """ & MySaveFolder & "/" & File.FileName & """ }"

you could use a class like this for json generation...