Most hosts have a control panel interface that allows you to change/create
permissions on your account.
Regardless of how you collect the form data it takes a program on the server
to manipulate the data which is off topic for this forum and way beyond the
capabilities of Publisher. (look at ASP.NET, ADO.NET)
You can handle the data manually, getting the form data and adding the data
to a local data source. If you were using a file on the server to hold the
data then I would suggest you use a local web folder to access the server
and download the file. If you are using the HTTP method to publish your site
(you should be) then you should already have the web folder in your local
network places. You can browse and open it using Windows Explorer. If not
and you need to create the web folder manually search on "web folders" in
Windows Help.
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
"MyRichElder.com" <MyRichElder.com@discussions.microsoft.com> wrote in
message news:EAD0DF66-5EE9-461D-98FD-9B1F5D205E0E@microsoft.com...
> I've published a web site that I'm quite pleased with using MsPub 2003.
> Having data emailed from my forms I've created works fine, but I
> experimented
> yesterday with trying to save form data in files for autopopulating either
> a
> database or excel file. Here's the issue: the form data gets saved in
> index_files directory that my hosting service (hostingbyregister.com)
> restricts my access to. Seems when FP extensions are turned on, then FTP
> capabilities as well as many other tools are disabled. Can I (1) modify
> the
> folder that form data is posted to? Or (2) can you suggest some manner of
> automating the receipt of email form data to be used in a excel file
> and/or
> database? Thanks.....Rich (www.myrichelder.com).
|