Question prabakaran a · Dec 27, 2016 Upload and strore the file #CSP #Caché Hi all, How to store the upload file in CSP?Thanks, Prabakaran A. 0 0 1,522
Clark Matthews · Dec 27, 2016 I am not clear what file you have uploaded and how it is currently stored. Is it a stream object or something? Fabian Haupt · Dec 27, 2016 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> prabakaran a · Dec 29, 2016 Thanks Fabian... Eduard Lebedyuk · Mar 21, 2017 Allowing client to specify server-side is not a recommended approach. "C:\"_%request.MimeData("FileStream",1).FileName Use incremented integers, hashes or guids instead. Amutha Raju · Mar 20, 2017 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... Eduard Lebedyuk · Mar 21, 2017 Check out Cache-Fileserver.
Fabian Haupt · Dec 27, 2016 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> prabakaran a · Dec 29, 2016 Thanks Fabian... Eduard Lebedyuk · Mar 21, 2017 Allowing client to specify server-side is not a recommended approach. "C:\"_%request.MimeData("FileStream",1).FileName Use incremented integers, hashes or guids instead. Amutha Raju · Mar 20, 2017 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... Eduard Lebedyuk · Mar 21, 2017 Check out Cache-Fileserver.
prabakaran a · Dec 29, 2016 Thanks Fabian... Eduard Lebedyuk · Mar 21, 2017 Allowing client to specify server-side is not a recommended approach. "C:\"_%request.MimeData("FileStream",1).FileName Use incremented integers, hashes or guids instead. Amutha Raju · Mar 20, 2017 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... Eduard Lebedyuk · Mar 21, 2017 Check out Cache-Fileserver.
Eduard Lebedyuk · Mar 21, 2017 Allowing client to specify server-side is not a recommended approach. "C:\"_%request.MimeData("FileStream",1).FileName Use incremented integers, hashes or guids instead. Amutha Raju · Mar 20, 2017 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... Eduard Lebedyuk · Mar 21, 2017 Check out Cache-Fileserver.
Amutha Raju · Mar 20, 2017 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... Eduard Lebedyuk · Mar 21, 2017 Check out Cache-Fileserver.
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:
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.
Social networks
InterSystems resources
Log in or sign up
Log in or create a new account to continue
Log in or sign up
Log in or create a new account to continue
Log in or sign up
Log in or create a new account to continue