<iframe id="OnUploadCompleted" name="OnUploadCompleted" style="display:none;"></iframe> <form action="core/connector/asp/connector.asp?command=FileUpload&type=Files¤tFolder=%2F" method="post" enctype="multipart/form-data" target="OnUploadCompleted" > <input type="file" name="NewFile" /> <button type="submit">Upload</button> </form> <input name="return" id="return" type="text" />
How to display the returned results "input(id=return)"?
thank you!
Re: help me |CKFinder|
If I understood your intentions correctly, you want to "catch" the result sent by the server connector straight after file is uploaded, right?
If yes, use some tool to trace HTTP responses (like Fiddler) and look at the OnUploadCompleted function.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+