S
S
Sergey2018-04-13 17:02:36
JavaScript
Sergey, 2018-04-13 17:02:36

How to upload a binary file to the server via ASP for further work with it?

Initial data:
the user uploads the MsOffice file to the server through the form (form method="post" enctype="multipart/form-data"). This file must be further processed by the ASP script. PHP is not installed on the server.
It is necessary, using only ASP (VBScript) and JavaScript (as a last resort):
1) upload the file selected by the user to the server in a temporary folder;
2) get data about the uploaded file (name, path to the file, size)
3) move the uploaded file for further work to another directory (the user is allowed access to the directory) with a name change.
4) if successful, transfer control to the ASP script for further processing.
I found an example of a similar task on StackOverflow, but it is not working:
https://stackoverflow.com/questions/30770841/read-...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Peter, 2018-04-13
@petermzg

So there is another link in your comment

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question