R
riteshjain82
Hi,
I am new to ASP and am maintaining a site which is written in ASP. The
problem is that i want to make a page which has an upload functionality
in it. It should let users upload a file to a web server(say
http://xyz.com).
Later i want that file to be emailed to some other person
automatically. I have the email part working correctly. We have
AspUpload component installed on our webserver. Now, i want to ask what
is the path that i should give in my upload.asp file so that the file
gets uploaded to a folder ' Data ' on http://xyz.com. The path is
something like this: http://xyz.com/Data
But everytime i try giving a path it either says the path not found or
the syntax is incorrect.
Please help me with the correct syntax that i should give. This is
really urgent.
I am new to ASP and am maintaining a site which is written in ASP. The
problem is that i want to make a page which has an upload functionality
in it. It should let users upload a file to a web server(say
http://xyz.com).
Later i want that file to be emailed to some other person
automatically. I have the email part working correctly. We have
AspUpload component installed on our webserver. Now, i want to ask what
is the path that i should give in my upload.asp file so that the file
gets uploaded to a folder ' Data ' on http://xyz.com. The path is
something like this: http://xyz.com/Data
But everytime i try giving a path it either says the path not found or
the syntax is incorrect.
Please help me with the correct syntax that i should give. This is
really urgent.