Results 1 to 2 of 2

Thread: urgent

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Location
    india
    Posts
    44

    urgent

    Form with one text box and a submit button.
    The form loads another page which loads the information from the text box(COnveryted it into HTML) into HTML file which stores the file on the server and the name nad link of that file will come on the page?
    rajender

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Please stop posting the same thing over and over with 'urgent'. If it was really 'urgent', you should be on MSDN figuring out how to do it.

    What you have to do is convert the text data yourself to HTML. (i.e. you have to parse it for vbCr and vbCrLf replace them with <BR>.

    Then you will need to use the filesystemobject to save the file to disk. You also have to play with the settings on directory security because by default the user is not able to write to web directories. (And the application will most likely be using the built in account for IIS to do these operations).

    You will need a consistent way to generate filenames. A database that feeds the name with a numeric value and auto-increments would work.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width