streaming

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

    streaming

    Hallo,

    I want to download 65 jpg files to the user in my website. On the user
    site there must be a application that receives the jpg files. The
    apllication to convert JPG to AVI I already made. But I don't know how
    to get the files to the application on the user site. How can I start
    the application on the user site and read the 65 jpg files.

    Thanks
  • Daniel Tryba

    #2
    Re: streaming

    offie <offie@vdcinfo. nl> wrote:[color=blue]
    > I want to download 65 jpg files to the user in my website. On the user
    > site there must be a application that receives the jpg files. The
    > apllication to convert JPG to AVI I already made. But I don't know how
    > to get the files to the application on the user site. How can I start
    > the application on the user site and read the 65 jpg files.[/color]

    This is IMHO a clientside problem, so one fact you forgot to mention:
    what is the client running?

    If it's not PHP you are in the wrong group, else you should look into
    fopen/fread/fwrite/file etc.

    --

    Daniel Tryba

    Comment

    • FLEB

      #3
      Re: streaming

      On 13 Nov 2003 03:16:05 -0800, offie wrote:
      [color=blue]
      > Hallo,
      >
      > I want to download 65 jpg files to the user in my website. On the user
      > site there must be a application that receives the jpg files. The
      > apllication to convert JPG to AVI I already made. But I don't know how
      > to get the files to the application on the user site. How can I start
      > the application on the user site and read the 65 jpg files.
      >
      > Thanks[/color]

      Does it go like:

      USER's
      JPEGs ------> Your Site -------> JPEG-to-AVI

      or

      JPEGs on
      YOUR site -------> JPEG-to-AVI ------> User's Machine

      or something completely different?

      Comment

      Working...