|
Home > Archive > IIS ASP > July 2005 > Possible to Upload files ??
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Possible to Upload files ??
|
|
| RICHARD BROMBERG 2005-07-21, 6:01 pm |
| I frequently receive PDF files as attachments for a Client.
After I receive the files, I burn them onto a CD and hand deliver the
CD to the Client.
Lately I changed to uploading these PDF files to my website.
I put an Icon on the Desktop of the Client's computer so he can view the PDF
files as they exist on my web site.
I am familiar with ASP programming and began to wonder if it is possible to
write a routine where the author of the PDF file can go to a link on my Web
page and upload directly to my server. .
Any Suggestions ??
Thanks
| |
| Steven Burn 2005-07-21, 6:01 pm |
| Sure it's possible;
http://aspfaq.com/show.asp?id=2189
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
::: Declaration :::
Ur I.T. Mate Group is NOT a company, it is a non-commercial and not for
profit collection of websites developed and maintained by Steven Burn.
Websites and domains currently owned by Ur I.T. Mate Group are provided on a
free to view and use basis. Ur I.T. Mate Group does not and will not ask for
or solicit, personal information*, password, credit card details or
payments. For more information, please see our Privacy Policy.
Ur I.T. Mate Group and Steven Burn (CEO) are based in the United Kingdom.
* Except where registration for an online service is required (e.g. forums,
sGB)
"RICHARD BROMBERG" <dickbrom@worldnet.att.net> wrote in message
news:YwUDe.20440$5N3.5895@bgtnsc05-news.ops.worldnet.att.net...
> I frequently receive PDF files as attachments for a Client.
>
> After I receive the files, I burn them onto a CD and hand deliver the
> CD to the Client.
>
> Lately I changed to uploading these PDF files to my website.
> I put an Icon on the Desktop of the Client's computer so he can view the
PDF
> files as they exist on my web site.
>
> I am familiar with ASP programming and began to wonder if it is possible
to
> write a routine where the author of the PDF file can go to a link on my
Web
> page and upload directly to my server. .
>
> Any Suggestions ??
>
> Thanks
>
>
| |
| Bullschmidt 2005-07-22, 2:56 am |
| And here is a pure ASP (i.e. no components) resource for letting the
user upload a file which is something that was unfortunately not built
into ASP:
ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
http://aspzone.com/posts/160.aspx
Best regards,
J. Paul Schmidt, Freelance ASP Web Designer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex http://www.codecomments.com ***
| |
| Steven Burn 2005-07-22, 7:54 am |
| Errr....??
****************
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested Url: /posts/160.aspx
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
***********************
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Bullschmidt" <paul@bullschmidt.com-nospam> wrote in message
news:e$ObCKojFHA.1204@TK2MSFTNGP12.phx.gbl...
> And here is a pure ASP (i.e. no components) resource for letting the
> user upload a file which is something that was unfortunately not built
> into ASP:
>
> ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
> http://aspzone.com/posts/160.aspx
>
> Best regards,
> J. Paul Schmidt, Freelance ASP Web Designer
> http://www.Bullschmidt.com
> ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
>
>
> *** Sent via Developersdex http://www.codecomments.com ***
| |
|
|
|
|
|