Uploading Pictures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to add a page to my website where people can upload pictures and have them displayed

If it is not to to difficult, can someone explain how to do this?
 
This depends on the OS your site is hosted on and what server-side scripting is supported.

FP2002 have a upload component and the server must have the FP2002 extensions as well, but that only
allows files of 1 MB or less to be upload to a folder within your web site, it does not the ability
to then allow the upload documents to be available to site visitors.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Hi,

To allow anonymous users to upload files to the server you could do as per
the following KB: http://support.microsoft.com/?id=299763

A little ASP page to allow a user to login (compare credentials from the
Access DB?). The file upload htm could be displayed [refer KB Above].
Based on the login name, create a folder in the target folder for that user
and store all his files in that folder.

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| Thread-Topic: Uploading Pictures
| thread-index: AcQLnJf58KdHo3tXRrCTxWFdeRMaDQ==
| X-Tomcat-NG: microsoft.public.frontpage.client
| From: =?Utf-8?B?Um9i?= <[email protected]>
| Subject: Uploading Pictures
|
| I would like to add a page to my website where people can upload pictures
and have them displayed.

If it is not to to difficult, can someone explain how to do this?
|
 
Thomas,

What about FP2003. Is this component available. I cannot find it.
I would like to experiment with this feature if possible.

Thanks

Thomas A. Rowe said:
This depends on the OS your site is hosted on and what server-side scripting is supported.

FP2002 have a upload component and the server must have the FP2002
extensions as well, but that only
 
Yes, it should be under Insert | Forms.

Note: This is a component that your host may not allow or they have to set the permissions on the
folder that will be used for the uploads.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
My host will allow! Thanks for the info.

Thomas A. Rowe said:
Yes, it should be under Insert | Forms.

Note: This is a component that your host may not allow or they have to set the permissions on the
folder that will be used for the uploads.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
As Vijay points, out Make sure you read and follow the instructions (especially on the server side settings) at:
http://support.microsoft.com/?id=299763

--




| My host will allow! Thanks for the info.
|
| | > Yes, it should be under Insert | Forms.
| >
| > Note: This is a component that your host may not allow or they have to set
| the permissions on the
| > folder that will be used for the uploads.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > > Thomas,
| > >
| > > What about FP2003. Is this component available. I cannot find it.
| > > I would like to experiment with this feature if possible.
| > >
| > > Thanks
| > >
| > > | > > > This depends on the OS your site is hosted on and what server-side
| > > scripting is supported.
| > > >
| > > > FP2002 have a upload component and the server must have the FP2002
| > > extensions as well, but that only
| > > > allows files of 1 MB or less to be upload to a folder within your web
| > > site, it does not the ability
| > > > to then allow the upload documents to be available to site visitors.
| > > >
| > > > --
| > > > ==============================================
| > > > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > > > WEBMASTER Resources(tm)
| > > >
| > > > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > > > ==============================================
| > > > To assist you in getting the best answers for FrontPage support see:
| > > > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > > >
| > > > | > > > > I would like to add a page to my website where people can upload
| > > pictures and have them displayed.
| > > > >
| > > > > If it is not to to difficult, can someone explain how to do this?
| > > >
| > > >
| > >
| > >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top