I want a suggestion how store this file

Last post 05-12-2008 2:39 PM by lama85. 5 replies.

Sort Posts:

  • I want a suggestion how store this file

    05-11-2008, 3:09 PM
    • Loading...
    • lama85
    • Joined on 05-03-2008, 9:33 PM
    • Posts 25

    Dear all,,

    I used a program that convert from powerpoint to flash

    the output of this program is a folder that contain 2 folders and a HTML page

    How can I store those in my database?

    note: I have to use all of these folders to preview the flash

    Thanks in advance

  • Re: I want a suggestion how store this file

    05-11-2008, 5:46 PM
    Answer

    In my modest opinion, I would just save the file in a directory and store the path to the database, so when people retrives the file, you only need to stream it to the browser.

    Cheers
    Al
    My Blog
    Follow me
    Please click on 'Mark as Answer' if this post answered your question!
  • Re: I want a suggestion how store this file

    05-11-2008, 6:10 PM
    • Loading...
    • 101jonny
    • Joined on 05-11-2008, 7:54 AM
    • Minnesota
    • Posts 32

    Yes I agree also because of the fact that when people access the server if you have them files on the server it will take a large ammount of your server which means more people pulling data from your server the less powerfulo your server will be.

  • Re: I want a suggestion how store this file

    05-11-2008, 6:35 PM
    • Loading...
    • SergeyS
    • Joined on 06-17-2007, 6:33 PM
    • Crimea, Ukraine
    • Posts 68
    lama85:
    I used a program that convert from powerpoint to flash

    the output of this program is a folder that contain 2 folders and a HTML page

    How can I store those in my database?

    Did you try to develop the idea on your own? If so, what specific problem were you stumbled over? Make some efforts to express the problem and you'll solve it.

  • Re: I want a suggestion how store this file

    05-12-2008, 1:01 PM
    • Loading...
    • lama85
    • Joined on 05-03-2008, 9:33 PM
    • Posts 25

    Thanks all,,

    albertpascual your answer was very helpful to me,,

    I was thinking in the same way ,,

  • Re: I want a suggestion how store this file

    05-12-2008, 2:39 PM
    • Loading...
    • lama85
    • Joined on 05-03-2008, 9:33 PM
    • Posts 25

    I working in my code

    how can I get the full path

    in this part there is an error occur

     

    Dim FileName As String

    FileName = FileField.PostedFile.FileName

    Dim c As String = System.IO.Path.GetFullPath(FileName) ' We need the path.

    can you help me,,

    thanks in advance

Page 1 of 1 (6 items)