Upload photo?

B

bing

I have been reading here and just a couple of questions before I contact my
hosting service and not sound like a moron. Anyway created a site and have a
user registration form. At the bottom of this form is the file upload box. I
have the properties set to upload to a directory in my root folder. Basicly
I need a photo to be uploaded to verify age and would perfer to have it sit
on the server as to keep things clean and not lose the info in my messy
computer. Anyway the directory has 777 permissions on it but I still can not
upload the photos.
all seems to go well. I get no errors in the registration process at all. I
even get the new users showing up in the database. the host has Front page
server extentions installed I'm using fp 2002.

properties on the form are as follows.
send to other (registation form handler)
Form props
form name=FrontPage_Form1
OPTIONS
webname= my web with full url (http://www.mysite.com/
username fields= _name
password field = _password
password confirmation field= _confirmpass
require secure password is checked off
FILE RESULTS are as follows
file name= sfull url/_private/regdb1.htm
format is HTML
include field names and lastest results end are both checked off
SAVED FIELDS (all fields are saved)
FILE UP LOAD
Destination ( i have tried two ways both dont work)
1st way was just placing the directory IE /foldername
2nd way was full url IE http://www.mysitename/foldername/

and I even tried to browes to the folder and do it that way but nothing is
working any help would be great.
 
T

Thomas A. Rowe

The FP File Upload component only works, if your site is hosted on a Windows IIS server with FP
extensions.

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

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

Chris Leeds, MVP-FrontPage

I've got an old upload script in php if you want it. also the link in my
signature leads to an app with photo and file upload capabilities. but
neither of these things relate to FrontPage forms specifically.

maybe you might want to switch servers or hosts. I know a good admin with
good deals; http://arendkay.net/

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 
B

bing

Ok found a PHP that worked fine. I have one last question of which I will
prob figure out by the time I get this but lets hope. Anyway I now have a
need for a bio page that does two things. One is simeple. A registered user
would come to the page and see a large image and then some bio info off to
the right and below all that is rows and colums of small thumbnails. if the
user clicks on the thumb name he or she can see the large image. But i would
like to have a differant section of the page. one were the user who owns
that photo album to be able to change all the images at will. Right now I
have the system set up in cells. I can manually place the thumbnail in the
cell and also have the upload script in that same cell just below the
thumbnail. Is it possible that when the user goes to upload/change the image
to make it replace the one directly over it and make it into a thumbnail
and have it show up in the customers page and exact cell on that page. I
dont know if Im telling this clearly.
 
T

Thomas A. Rowe

Requires that you do this as a database driven application, where the user logs in and manages their
photos, as well as writing code that would allow the photo to be stored in two sizes or you could
just have the user upload the larger photo and then dynamically resize when displayed in the
thumbnail section, but this method requires the original image be a reasonable size and the number
of thumbnails being display limited to a number that will load quickly over dial-up.

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

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

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

This sounds like it's gonna end-up as a portal of sorts.


| Requires that you do this as a database driven application, where the user logs in and manages their
| photos, as well as writing code that would allow the photo to be stored in two sizes or you could
| just have the user upload the larger photo and then dynamically resize when displayed in the
| thumbnail section, but this method requires the original image be a reasonable size and the number
| of thumbnails being display limited to a number that will load quickly over dial-up.
|
| --
| ==============================================
| 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
|
| > Ok found a PHP that worked fine. I have one last question of which I will
| > prob figure out by the time I get this but lets hope. Anyway I now have a
| > need for a bio page that does two things. One is simeple. A registered user
| > would come to the page and see a large image and then some bio info off to
| > the right and below all that is rows and colums of small thumbnails. if the
| > user clicks on the thumb name he or she can see the large image. But i would
| > like to have a differant section of the page. one were the user who owns
| > that photo album to be able to change all the images at will. Right now I
| > have the system set up in cells. I can manually place the thumbnail in the
| > cell and also have the upload script in that same cell just below the
| > thumbnail. Is it possible that when the user goes to upload/change the image
| > to make it replace the one directly over it and make it into a thumbnail
| > and have it show up in the customers page and exact cell on that page. I
| > dont know if Im telling this clearly.
| > | > > I've got an old upload script in php if you want it. also the link in my
| > > signature leads to an app with photo and file upload capabilities. but
| > > neither of these things relate to FrontPage forms specifically.
| > >
| > > maybe you might want to switch servers or hosts. I know a good admin with
| > > good deals; http://arendkay.net/
| > >
| > > HTH
| > >
| > > --
| > > Chris Leeds,
| > > Microsoft MVP-FrontPage
| > >
| > > Make More Money with Less Work
| > > Let Your Clients Control Their Content With Just A Browser!
| > > http://contentseed.com/
| > > --
| > > | > > > I have been reading here and just a couple of questions before I contact
| > > my
| > > > hosting service and not sound like a moron. Anyway created a site and
| > have
| > > a
| > > > user registration form. At the bottom of this form is the file upload
| > box.
| > > I
| > > > have the properties set to upload to a directory in my root folder.
| > > Basicly
| > > > I need a photo to be uploaded to verify age and would perfer to have it
| > > sit
| > > > on the server as to keep things clean and not lose the info in my messy
| > > > computer. Anyway the directory has 777 permissions on it but I still can
| > > not
| > > > upload the photos.
| > > > all seems to go well. I get no errors in the registration process at
| > all.
| > > I
| > > > even get the new users showing up in the database. the host has Front
| > page
| > > > server extentions installed I'm using fp 2002.
| > > >
| > > > properties on the form are as follows.
| > > > send to other (registation form handler)
| > > > Form props
| > > > form name=FrontPage_Form1
| > > > OPTIONS
| > > > webname= my web with full url (http://www.mysite.com/
| > > > username fields= _name
| > > > password field = _password
| > > > password confirmation field= _confirmpass
| > > > require secure password is checked off
| > > > FILE RESULTS are as follows
| > > > file name= sfull url/_private/regdb1.htm
| > > > format is HTML
| > > > include field names and lastest results end are both checked off
| > > > SAVED FIELDS (all fields are saved)
| > > > FILE UP LOAD
| > > > Destination ( i have tried two ways both dont work)
| > > > 1st way was just placing the directory IE /foldername
| > > > 2nd way was full url IE http://www.mysitename/foldername/
| > > >
| > > > and I even tried to browes to the folder and do it that way but nothing
| > is
| > > > working any help would be great.
| > > >
| > > >
| > >
| > >
| >
| >
|
|
 
C

Chris Leeds, MVP-FrontPage

when I read it I thought; "snitz is kind of like that".

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message This sounds like it's gonna end-up as a portal of sorts.


| Requires that you do this as a database driven application, where the user
logs in and manages their
| photos, as well as writing code that would allow the photo to be stored in
two sizes or you could
| just have the user upload the larger photo and then dynamically resize
when displayed in the
| thumbnail section, but this method requires the original image be a
reasonable size and the number
| of thumbnails being display limited to a number that will load quickly
over dial-up.
|
| --
| ==============================================
| 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
|
| > Ok found a PHP that worked fine. I have one last question of which I
will
| > prob figure out by the time I get this but lets hope. Anyway I now have
a
| > need for a bio page that does two things. One is simeple. A registered
user
| > would come to the page and see a large image and then some bio info off
to
| > the right and below all that is rows and colums of small thumbnails. if
the
| > user clicks on the thumb name he or she can see the large image. But i
would
| > like to have a differant section of the page. one were the user who owns
| > that photo album to be able to change all the images at will. Right now
I
| > have the system set up in cells. I can manually place the thumbnail in
the
| > cell and also have the upload script in that same cell just below the
| > thumbnail. Is it possible that when the user goes to upload/change the
image
| > to make it replace the one directly over it and make it into a
thumbnail
| > and have it show up in the customers page and exact cell on that page. I
| > dont know if Im telling this clearly.
| > | > > I've got an old upload script in php if you want it. also the link in
my
| > > signature leads to an app with photo and file upload capabilities.
but
| > > neither of these things relate to FrontPage forms specifically.
| > >
| > > maybe you might want to switch servers or hosts. I know a good admin
with
| > > good deals; http://arendkay.net/
| > >
| > > HTH
| > >
| > > --
| > > Chris Leeds,
| > > Microsoft MVP-FrontPage
| > >
| > > Make More Money with Less Work
| > > Let Your Clients Control Their Content With Just A Browser!
| > > http://contentseed.com/
| > > --
| > > | > > > I have been reading here and just a couple of questions before I
contact
| > > my
| > > > hosting service and not sound like a moron. Anyway created a site
and
| > have
| > > a
| > > > user registration form. At the bottom of this form is the file
upload
| > box.
| > > I
| > > > have the properties set to upload to a directory in my root folder.
| > > Basicly
| > > > I need a photo to be uploaded to verify age and would perfer to have
it
| > > sit
| > > > on the server as to keep things clean and not lose the info in my
messy
| > > > computer. Anyway the directory has 777 permissions on it but I still
can
| > > not
| > > > upload the photos.
| > > > all seems to go well. I get no errors in the registration process at
| > all.
| > > I
| > > > even get the new users showing up in the database. the host has
Front
| > page
| > > > server extentions installed I'm using fp 2002.
| > > >
| > > > properties on the form are as follows.
| > > > send to other (registation form handler)
| > > > Form props
| > > > form name=FrontPage_Form1
| > > > OPTIONS
| > > > webname= my web with full url (http://www.mysite.com/
| > > > username fields= _name
| > > > password field = _password
| > > > password confirmation field= _confirmpass
| > > > require secure password is checked off
| > > > FILE RESULTS are as follows
| > > > file name= sfull url/_private/regdb1.htm
| > > > format is HTML
| > > > include field names and lastest results end are both checked off
| > > > SAVED FIELDS (all fields are saved)
| > > > FILE UP LOAD
| > > > Destination ( i have tried two ways both dont work)
| > > > 1st way was just placing the directory IE /foldername
| > > > 2nd way was full url IE http://www.mysitename/foldername/
| > > >
| > > > and I even tried to browes to the folder and do it that way but
nothing
| > is
| > > > working any help would be great.
| > > >
| > > >
| > >
| > >
| >
| >
|
|
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

and a bunch of other portals too.


| when I read it I thought; "snitz is kind of like that".
|
| --
| Chris Leeds,
| Microsoft MVP-FrontPage
|
| Make More Money with Less Work
| Let Your Clients Control Their Content With Just A Browser!
| http://contentseed.com/
| --
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | This sounds like it's gonna end-up as a portal of sorts.
|
|
| | | Requires that you do this as a database driven application, where the user
| logs in and manages their
| | photos, as well as writing code that would allow the photo to be stored in
| two sizes or you could
| | just have the user upload the larger photo and then dynamically resize
| when displayed in the
| | thumbnail section, but this method requires the original image be a
| reasonable size and the number
| | of thumbnails being display limited to a number that will load quickly
| over dial-up.
| |
| | --
| | ==============================================
| | 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
| |
| | | > Ok found a PHP that worked fine. I have one last question of which I
| will
| | > prob figure out by the time I get this but lets hope. Anyway I now have
| a
| | > need for a bio page that does two things. One is simeple. A registered
| user
| | > would come to the page and see a large image and then some bio info off
| to
| | > the right and below all that is rows and colums of small thumbnails. if
| the
| | > user clicks on the thumb name he or she can see the large image. But i
| would
| | > like to have a differant section of the page. one were the user who owns
| | > that photo album to be able to change all the images at will. Right now
| I
| | > have the system set up in cells. I can manually place the thumbnail in
| the
| | > cell and also have the upload script in that same cell just below the
| | > thumbnail. Is it possible that when the user goes to upload/change the
| image
| | > to make it replace the one directly over it and make it into a
| thumbnail
| | > and have it show up in the customers page and exact cell on that page. I
| | > dont know if Im telling this clearly.
| | > | | > > I've got an old upload script in php if you want it. also the link in
| my
| | > > signature leads to an app with photo and file upload capabilities.
| but
| | > > neither of these things relate to FrontPage forms specifically.
| | > >
| | > > maybe you might want to switch servers or hosts. I know a good admin
| with
| | > > good deals; http://arendkay.net/
| | > >
| | > > HTH
| | > >
| | > > --
| | > > Chris Leeds,
| | > > Microsoft MVP-FrontPage
| | > >
| | > > Make More Money with Less Work
| | > > Let Your Clients Control Their Content With Just A Browser!
| | > > http://contentseed.com/
| | > > --
| | > > | | > > > I have been reading here and just a couple of questions before I
| contact
| | > > my
| | > > > hosting service and not sound like a moron. Anyway created a site
| and
| | > have
| | > > a
| | > > > user registration form. At the bottom of this form is the file
| upload
| | > box.
| | > > I
| | > > > have the properties set to upload to a directory in my root folder.
| | > > Basicly
| | > > > I need a photo to be uploaded to verify age and would perfer to have
| it
| | > > sit
| | > > > on the server as to keep things clean and not lose the info in my
| messy
| | > > > computer. Anyway the directory has 777 permissions on it but I still
| can
| | > > not
| | > > > upload the photos.
| | > > > all seems to go well. I get no errors in the registration process at
| | > all.
| | > > I
| | > > > even get the new users showing up in the database. the host has
| Front
| | > page
| | > > > server extentions installed I'm using fp 2002.
| | > > >
| | > > > properties on the form are as follows.
| | > > > send to other (registation form handler)
| | > > > Form props
| | > > > form name=FrontPage_Form1
| | > > > OPTIONS
| | > > > webname= my web with full url (http://www.mysite.com/
| | > > > username fields= _name
| | > > > password field = _password
| | > > > password confirmation field= _confirmpass
| | > > > require secure password is checked off
| | > > > FILE RESULTS are as follows
| | > > > file name= sfull url/_private/regdb1.htm
| | > > > format is HTML
| | > > > include field names and lastest results end are both checked off
| | > > > SAVED FIELDS (all fields are saved)
| | > > > FILE UP LOAD
| | > > > Destination ( i have tried two ways both dont work)
| | > > > 1st way was just placing the directory IE /foldername
| | > > > 2nd way was full url IE http://www.mysitename/foldername/
| | > > >
| | > > > and I even tried to browes to the folder and do it that way but
| nothing
| | > is
| | > > > working any help would be great.
| | > > >
| | > > >
| | > >
| | > >
| | >
| | >
| |
| |
|
|
 
T

Thomas A. Rowe

What is being asked, appears to be totally different from a forum or portal application.

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

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

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

but a portal will do what he's sorta headed for...login's, image uploads...just a thought that i might be easier.


| What is being asked, appears to be totally different from a forum or portal application.
|
| --
| ==============================================
| 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
|
| | > when I read it I thought; "snitz is kind of like that".
| >
| > --
| > Chris Leeds,
| > Microsoft MVP-FrontPage
| >
| > Make More Money with Less Work
| > Let Your Clients Control Their Content With Just A Browser!
| > http://contentseed.com/
| > --
| > "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| > wrote in message | > This sounds like it's gonna end-up as a portal of sorts.
| >
| >
| > | > | Requires that you do this as a database driven application, where the user
| > logs in and manages their
| > | photos, as well as writing code that would allow the photo to be stored in
| > two sizes or you could
| > | just have the user upload the larger photo and then dynamically resize
| > when displayed in the
| > | thumbnail section, but this method requires the original image be a
| > reasonable size and the number
| > | of thumbnails being display limited to a number that will load quickly
| > over dial-up.
| > |
| > | --
| > | ==============================================
| > | 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
| > |
| > | > | > Ok found a PHP that worked fine. I have one last question of which I
| > will
| > | > prob figure out by the time I get this but lets hope. Anyway I now have
| > a
| > | > need for a bio page that does two things. One is simeple. A registered
| > user
| > | > would come to the page and see a large image and then some bio info off
| > to
| > | > the right and below all that is rows and colums of small thumbnails. if
| > the
| > | > user clicks on the thumb name he or she can see the large image. But i
| > would
| > | > like to have a differant section of the page. one were the user who owns
| > | > that photo album to be able to change all the images at will. Right now
| > I
| > | > have the system set up in cells. I can manually place the thumbnail in
| > the
| > | > cell and also have the upload script in that same cell just below the
| > | > thumbnail. Is it possible that when the user goes to upload/change the
| > image
| > | > to make it replace the one directly over it and make it into a
| > thumbnail
| > | > and have it show up in the customers page and exact cell on that page. I
| > | > dont know if Im telling this clearly.
| > | > | > | > > I've got an old upload script in php if you want it. also the link in
| > my
| > | > > signature leads to an app with photo and file upload capabilities.
| > but
| > | > > neither of these things relate to FrontPage forms specifically.
| > | > >
| > | > > maybe you might want to switch servers or hosts. I know a good admin
| > with
| > | > > good deals; http://arendkay.net/
| > | > >
| > | > > HTH
| > | > >
| > | > > --
| > | > > Chris Leeds,
| > | > > Microsoft MVP-FrontPage
| > | > >
| > | > > Make More Money with Less Work
| > | > > Let Your Clients Control Their Content With Just A Browser!
| > | > > http://contentseed.com/
| > | > > --
| > | > > | > | > > > I have been reading here and just a couple of questions before I
| > contact
| > | > > my
| > | > > > hosting service and not sound like a moron. Anyway created a site
| > and
| > | > have
| > | > > a
| > | > > > user registration form. At the bottom of this form is the file
| > upload
| > | > box.
| > | > > I
| > | > > > have the properties set to upload to a directory in my root folder.
| > | > > Basicly
| > | > > > I need a photo to be uploaded to verify age and would perfer to have
| > it
| > | > > sit
| > | > > > on the server as to keep things clean and not lose the info in my
| > messy
| > | > > > computer. Anyway the directory has 777 permissions on it but I still
| > can
| > | > > not
| > | > > > upload the photos.
| > | > > > all seems to go well. I get no errors in the registration process at
| > | > all.
| > | > > I
| > | > > > even get the new users showing up in the database. the host has
| > Front
| > | > page
| > | > > > server extentions installed I'm using fp 2002.
| > | > > >
| > | > > > properties on the form are as follows.
| > | > > > send to other (registation form handler)
| > | > > > Form props
| > | > > > form name=FrontPage_Form1
| > | > > > OPTIONS
| > | > > > webname= my web with full url (http://www.mysite.com/
| > | > > > username fields= _name
| > | > > > password field = _password
| > | > > > password confirmation field= _confirmpass
| > | > > > require secure password is checked off
| > | > > > FILE RESULTS are as follows
| > | > > > file name= sfull url/_private/regdb1.htm
| > | > > > format is HTML
| > | > > > include field names and lastest results end are both checked off
| > | > > > SAVED FIELDS (all fields are saved)
| > | > > > FILE UP LOAD
| > | > > > Destination ( i have tried two ways both dont work)
| > | > > > 1st way was just placing the directory IE /foldername
| > | > > > 2nd way was full url IE http://www.mysitename/foldername/
| > | > > >
| > | > > > and I even tried to browes to the folder and do it that way but
| > nothing
| > | > is
| > | > > > working any help would be great.
| > | > > >
| > | > > >
| > | > >
| > | > >
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
B

bing

Thanks so much for the responses. As far as a portal goes I don't even know
where to begin. I am going to a conference next week about a programering
and webportals maybe I can find someone to help. After some thought I do
think this is going to have to be a database solution. But hey if someone at
this conference can show me a better way then it's all up on the drawing
board again lol. Thanks so much guys...
"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message but a portal will do what he's sorta headed for...login's, image
uploads...just a thought that i might be easier.


| What is being asked, appears to be totally different from a forum or
portal application.
|
| --
| ==============================================
| 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
|
| | > when I read it I thought; "snitz is kind of like that".
| >
| > --
| > Chris Leeds,
| > Microsoft MVP-FrontPage
| >
| > Make More Money with Less Work
| > Let Your Clients Control Their Content With Just A Browser!
| > http://contentseed.com/
| > --
| > "Rob Giordano (aka: Crash Gordon®)"
<[email protected]>
| > wrote in message | > This sounds like it's gonna end-up as a portal of sorts.
| >
| >
| > | > | Requires that you do this as a database driven application, where the
user
| > logs in and manages their
| > | photos, as well as writing code that would allow the photo to be
stored in
| > two sizes or you could
| > | just have the user upload the larger photo and then dynamically resize
| > when displayed in the
| > | thumbnail section, but this method requires the original image be a
| > reasonable size and the number
| > | of thumbnails being display limited to a number that will load quickly
| > over dial-up.
| > |
| > | --
| > | ==============================================
| > | 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
| > |
| > | > | > Ok found a PHP that worked fine. I have one last question of which I
| > will
| > | > prob figure out by the time I get this but lets hope. Anyway I now
have
| > a
| > | > need for a bio page that does two things. One is simeple. A
registered
| > user
| > | > would come to the page and see a large image and then some bio info
off
| > to
| > | > the right and below all that is rows and colums of small thumbnails.
if
| > the
| > | > user clicks on the thumb name he or she can see the large image. But
i
| > would
| > | > like to have a differant section of the page. one were the user who
owns
| > | > that photo album to be able to change all the images at will. Right
now
| > I
| > | > have the system set up in cells. I can manually place the thumbnail
in
| > the
| > | > cell and also have the upload script in that same cell just below
the
| > | > thumbnail. Is it possible that when the user goes to upload/change
the
| > image
| > | > to make it replace the one directly over it and make it into a
| > thumbnail
| > | > and have it show up in the customers page and exact cell on that
page. I
| > | > dont know if Im telling this clearly.
| > | > | > | > > I've got an old upload script in php if you want it. also the
link in
| > my
| > | > > signature leads to an app with photo and file upload capabilities.
| > but
| > | > > neither of these things relate to FrontPage forms specifically.
| > | > >
| > | > > maybe you might want to switch servers or hosts. I know a good
admin
| > with
| > | > > good deals; http://arendkay.net/
| > | > >
| > | > > HTH
| > | > >
| > | > > --
| > | > > Chris Leeds,
| > | > > Microsoft MVP-FrontPage
| > | > >
| > | > > Make More Money with Less Work
| > | > > Let Your Clients Control Their Content With Just A Browser!
| > | > > http://contentseed.com/
| > | > > --
| > | > > | > | > > > I have been reading here and just a couple of questions before I
| > contact
| > | > > my
| > | > > > hosting service and not sound like a moron. Anyway created a
site
| > and
| > | > have
| > | > > a
| > | > > > user registration form. At the bottom of this form is the file
| > upload
| > | > box.
| > | > > I
| > | > > > have the properties set to upload to a directory in my root
folder.
| > | > > Basicly
| > | > > > I need a photo to be uploaded to verify age and would perfer to
have
| > it
| > | > > sit
| > | > > > on the server as to keep things clean and not lose the info in
my
| > messy
| > | > > > computer. Anyway the directory has 777 permissions on it but I
still
| > can
| > | > > not
| > | > > > upload the photos.
| > | > > > all seems to go well. I get no errors in the registration
process at
| > | > all.
| > | > > I
| > | > > > even get the new users showing up in the database. the host has
| > Front
| > | > page
| > | > > > server extentions installed I'm using fp 2002.
| > | > > >
| > | > > > properties on the form are as follows.
| > | > > > send to other (registation form handler)
| > | > > > Form props
| > | > > > form name=FrontPage_Form1
| > | > > > OPTIONS
| > | > > > webname= my web with full url (http://www.mysite.com/
| > | > > > username fields= _name
| > | > > > password field = _password
| > | > > > password confirmation field= _confirmpass
| > | > > > require secure password is checked off
| > | > > > FILE RESULTS are as follows
| > | > > > file name= sfull url/_private/regdb1.htm
| > | > > > format is HTML
| > | > > > include field names and lastest results end are both checked off
| > | > > > SAVED FIELDS (all fields are saved)
| > | > > > FILE UP LOAD
| > | > > > Destination ( i have tried two ways both dont work)
| > | > > > 1st way was just placing the directory IE /foldername
| > | > > > 2nd way was full url IE http://www.mysitename/foldername/
| > | > > >
| > | > > > and I even tried to browes to the folder and do it that way but
| > nothing
| > | > is
| > | > > > working any help would be great.
| > | > > >
| > | > > >
| > | > >
| > | > >
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
?

=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo

thats why i mentioned a portal...they are db based and you probably wouldn't have to do too much tweeking.

if you're on a windows server...check out http://www.soopportal.org it's free and very skinnable. Its Access/MS Sql & ASP - there are lots of others as well.



| Thanks so much for the responses. As far as a portal goes I don't even know
| where to begin. I am going to a conference next week about a programering
| and webportals maybe I can find someone to help. After some thought I do
| think this is going to have to be a database solution. But hey if someone at
| this conference can show me a better way then it's all up on the drawing
| board again lol. Thanks so much guys...
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | but a portal will do what he's sorta headed for...login's, image
| uploads...just a thought that i might be easier.
|
|
| | | What is being asked, appears to be totally different from a forum or
| portal application.
| |
| | --
| | ==============================================
| | 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
| |
| | | | > when I read it I thought; "snitz is kind of like that".
| | >
| | > --
| | > Chris Leeds,
| | > Microsoft MVP-FrontPage
| | >
| | > Make More Money with Less Work
| | > Let Your Clients Control Their Content With Just A Browser!
| | > http://contentseed.com/
| | > --
| | > "Rob Giordano (aka: Crash Gordon®)"
| <[email protected]>
| | > wrote in message | | > This sounds like it's gonna end-up as a portal of sorts.
| | >
| | >
| | > | | > | Requires that you do this as a database driven application, where the
| user
| | > logs in and manages their
| | > | photos, as well as writing code that would allow the photo to be
| stored in
| | > two sizes or you could
| | > | just have the user upload the larger photo and then dynamically resize
| | > when displayed in the
| | > | thumbnail section, but this method requires the original image be a
| | > reasonable size and the number
| | > | of thumbnails being display limited to a number that will load quickly
| | > over dial-up.
| | > |
| | > | --
| | > | ==============================================
| | > | 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
| | > |
| | > | | > | > Ok found a PHP that worked fine. I have one last question of which I
| | > will
| | > | > prob figure out by the time I get this but lets hope. Anyway I now
| have
| | > a
| | > | > need for a bio page that does two things. One is simeple. A
| registered
| | > user
| | > | > would come to the page and see a large image and then some bio info
| off
| | > to
| | > | > the right and below all that is rows and colums of small thumbnails.
| if
| | > the
| | > | > user clicks on the thumb name he or she can see the large image. But
| i
| | > would
| | > | > like to have a differant section of the page. one were the user who
| owns
| | > | > that photo album to be able to change all the images at will. Right
| now
| | > I
| | > | > have the system set up in cells. I can manually place the thumbnail
| in
| | > the
| | > | > cell and also have the upload script in that same cell just below
| the
| | > | > thumbnail. Is it possible that when the user goes to upload/change
| the
| | > image
| | > | > to make it replace the one directly over it and make it into a
| | > thumbnail
| | > | > and have it show up in the customers page and exact cell on that
| page. I
| | > | > dont know if Im telling this clearly.
| | > | > | | > | > > I've got an old upload script in php if you want it. also the
| link in
| | > my
| | > | > > signature leads to an app with photo and file upload capabilities.
| | > but
| | > | > > neither of these things relate to FrontPage forms specifically.
| | > | > >
| | > | > > maybe you might want to switch servers or hosts. I know a good
| admin
| | > with
| | > | > > good deals; http://arendkay.net/
| | > | > >
| | > | > > HTH
| | > | > >
| | > | > > --
| | > | > > Chris Leeds,
| | > | > > Microsoft MVP-FrontPage
| | > | > >
| | > | > > Make More Money with Less Work
| | > | > > Let Your Clients Control Their Content With Just A Browser!
| | > | > > http://contentseed.com/
| | > | > > --
| | > | > > | | > | > > > I have been reading here and just a couple of questions before I
| | > contact
| | > | > > my
| | > | > > > hosting service and not sound like a moron. Anyway created a
| site
| | > and
| | > | > have
| | > | > > a
| | > | > > > user registration form. At the bottom of this form is the file
| | > upload
| | > | > box.
| | > | > > I
| | > | > > > have the properties set to upload to a directory in my root
| folder.
| | > | > > Basicly
| | > | > > > I need a photo to be uploaded to verify age and would perfer to
| have
| | > it
| | > | > > sit
| | > | > > > on the server as to keep things clean and not lose the info in
| my
| | > messy
| | > | > > > computer. Anyway the directory has 777 permissions on it but I
| still
| | > can
| | > | > > not
| | > | > > > upload the photos.
| | > | > > > all seems to go well. I get no errors in the registration
| process at
| | > | > all.
| | > | > > I
| | > | > > > even get the new users showing up in the database. the host has
| | > Front
| | > | > page
| | > | > > > server extentions installed I'm using fp 2002.
| | > | > > >
| | > | > > > properties on the form are as follows.
| | > | > > > send to other (registation form handler)
| | > | > > > Form props
| | > | > > > form name=FrontPage_Form1
| | > | > > > OPTIONS
| | > | > > > webname= my web with full url (http://www.mysite.com/
| | > | > > > username fields= _name
| | > | > > > password field = _password
| | > | > > > password confirmation field= _confirmpass
| | > | > > > require secure password is checked off
| | > | > > > FILE RESULTS are as follows
| | > | > > > file name= sfull url/_private/regdb1.htm
| | > | > > > format is HTML
| | > | > > > include field names and lastest results end are both checked off
| | > | > > > SAVED FIELDS (all fields are saved)
| | > | > > > FILE UP LOAD
| | > | > > > Destination ( i have tried two ways both dont work)
| | > | > > > 1st way was just placing the directory IE /foldername
| | > | > > > 2nd way was full url IE http://www.mysitename/foldername/
| | > | > > >
| | > | > > > and I even tried to browes to the folder and do it that way but
| | > nothing
| | > | > is
| | > | > > > working any help would be great.
| | > | > > >
| | > | > > >
| | > | > >
| | > | > >
| | > | >
| | > | >
| | > |
| | > |
| | >
| | >
| |
| |
|
|
 
W

Windsun

" Basicly I need a photo to be uploaded to verify age..."

I question your logic here, totally aside from the upload problems.

How do you verify the photo uploaded is really that person?
 

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

Top