Save new page on server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • john

    Save new page on server

    All,

    I am writing a small application that allows users to create a new
    HTML file automatically, by entering just a few elements (page title,
    body text, etc). I can create the new page and everything, I just
    can't figure out how to save the new page on the server.

    I don't want the user to have to click File -> Save As on their
    browser and then save it. Is there any way to automatically save the
    newly created page on the server...and if so, can the file name be
    specified?

    Any help would greatly be appreciated.
  • kaeli

    #2
    Re: Save new page on server

    In article <3a3d008.030917 0643.2a7b6d40@p osting.google.c om>,
    jbenson@gtcocal comp.com enlightened us with...[color=blue]
    >
    > I don't want the user to have to click File -> Save As on their
    > browser and then save it. Is there any way to automatically save the
    > newly created page on the server...and if so, can the file name be
    > specified?
    >[/color]
    [color=blue]
    >[/color]

    Not with javascript under the normal security environment in a cross-
    browser fashion.

    You can do this with server-side programming, such as CGI, Java or ASP.

    -------------------------------------------------
    ~kaeli~
    Hey, if you got it flaunt it! If you don't, stare
    at someone who does. Just don't lick the TV screen,
    it leaves streaks.


    -------------------------------------------------

    Comment

    Working...