Skip to main content
Known Participant
June 17, 2006
Question

How to allow user to Upload files?

  • June 17, 2006
  • 3 replies
  • 311 views
Hi;

Is there an article realting to how to setup a site where user can upload a file.
The server is windows2003 using IIS 6.0 and if i am on the right track, it allows the "PUT" statement. After that i am not sure how to program the rest of thescript!!
This topic has been closed for replies.

3 replies

Inspiring
June 19, 2006
You need a component on the server to do this, I think that the most popular
is ActivePDF.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"esonline" <webforumsuser@macromedia.com> wrote in message
news:e74d52$grq$1@forums.macromedia.com...
> Well, unfortuanlt i am using ASP VBasic.
>
> I can do away with this idea if I could do something else: (I actually
> would
> prefer this over the upload)
>
> I would like to be able to creat a pdf reports on the fly using ASP. All
> i
> need to do is to retreive the data the database (SQL Server 2000), fillin
> a few
> blanks in the PDF form and generate a table of data. The report will then
> be
> displayed on the screen and the user can either print it or save it.
>
> Is thee a scrpit for this or is there a product thaht ADOBE offers to
> allow to
> create PDF on the fly with ASP? Maybe I should post a new topic on this
> subject!
>
>
quote:

Originally posted by: esonline
> Hi;
>
> Is there an article realting to how to setup a site where user can upload
> a
> file.
> The server is windows2003 using IIS 6.0 and if i am on the right track, it
> allows the "PUT" statement. After that i am not sure how to program the
> rest
> of thescript!!

>
>
>


esonlineAuthor
Known Participant
June 18, 2006
Well, unforunatly I am using ASP VBasic.

I can do away with this idea if I could do something else: (I actually would prefer this over the upload)

I would like to be able to creat a pdf reports on the fly using ASP. All I need to do is to retreive the data from the database (SQL Server 2000), fillin a few blanks in the PDF form and generate a table of data. The report will then be displayed on the screen and the user can either print it or save it.

Is there a scrpit for this or is there a product that ADOBE offers to allow to create PDF on the fly with ASP? Maybe I should post a new topic on this subject!

quote:

Originally posted by: esonline
Hi;

Is there an article realting to how to setup a site where user can upload a file.
The server is windows2003 using IIS 6.0 and if i am on the right track, it allows the "PUT" statement. After that i am not sure how to program the rest of thescript!!


Inspiring
June 17, 2006
The exact script depends upon what server langauge you are using. For
example ASP.Net & ColdFusion has built in functionality. With ASP you need
scripts.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"esonline" <webforumsuser@macromedia.com> wrote in message
news:e71pmp$hoa$1@forums.macromedia.com...
> Hi;
>
> Is there an article realting to how to setup a site where user can upload
> a
> file.
> The server is windows2003 using IIS 6.0 and if i am on the right track, it
> allows the "PUT" statement. After that i am not sure how to program the
> rest
> of thescript!!
>