Here is a simple example to upload and store a file via a csp page:
<html><head></head><body><formenctype="multipart/form-data"method="post"action="upload.csp">
Enter a file to upload here: <inputtype=filesize=30name=FileStream><hr /><ul><inputtype="submit"value="Upload file"></ul></form><csp:ifcondition='($data(%request.MimeData("FileStream",1)))'><h2>Saving file...</h2></csp:if></body></html>
Hi i want to upload image and excel file to particular folder from my client side page using inter system... how can i achieve this ? without any server script language eg: php,.net etc...please help me...
I am not clear what file you have uploaded and how it is currently stored. Is it a stream object or something?
Here is a simple example to upload and store a file via a csp page:
<html> <head></head> <body> <form enctype="multipart/form-data" method="post" action="upload.csp"> Enter a file to upload here: <input type=file size=30 name=FileStream> <hr /> <ul><input type="submit" value="Upload file"></ul> </form> <csp:if condition='($data(%request.MimeData("FileStream",1)))'> <h2>Saving file...</h2> </csp:if> </body> </html>
Thanks Fabian...
Allowing client to specify server-side is not a recommended approach.
"C:\"_%request.MimeData("FileStream",1).FileName
Use incremented integers, hashes or guids instead.
Hi i want to upload image and excel file to particular folder from my client side page using inter system... how can i achieve this ? without any server script language eg: php,.net etc...please help me...
Check out Cache-Fileserver.