include perl progress bar

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

    include perl progress bar

    I've trying to get the progress bar available here
    http://www.raditha.com/megaupload/ to work.

    Since I've no idea on Perl and looking at the CGI, some things are quite
    strange to me, I'm trying to integrate it on my PHP pages.

    Ideally, I'd like to select the files to upload in a PHP form, then on
    submit show the progress bar and then be redirected to any PHP file.

    I don't want to use javascript and show an other form. I absolutely want the
    process to be on the same browser, and not use js, as many customers of our
    site disable it.

    It is possible to do so ? for security reasons, my ISP disabled exec() or
    any of those functions for executing perl cgi's

    Please help, this scrollbar is quite good, but I don't know how to implement
    it the way I want.

    Bob


  • R. Rajesh Jeba Anbiah

    #2
    Re: include perl progress bar

    Bob Bedford wrote:[color=blue]
    > I've trying to get the progress bar available here
    > http://www.raditha.com/megaupload/ to work.
    >
    > Since I've no idea on Perl and looking at the CGI, some things are[/color]
    quite[color=blue]
    > strange to me, I'm trying to integrate it on my PHP pages.[/color]

    Chung Leong proves that Perl is not necessary
    <news:111142710 3.522996.4990@o 13g2000cwo.goog legroups.com>
    [color=blue]
    > Ideally, I'd like to select the files to upload in a PHP form, then[/color]
    on[color=blue]
    > submit show the progress bar and then be redirected to any PHP file.[/color]

    Then, what you need is simple--not acurate prgress bar for which you
    don't need to try this technique.
    [color=blue]
    > I don't want to use javascript and show an other form. I absolutely[/color]
    want the[color=blue]
    > process to be on the same browser, and not use js, as many customers[/color]
    of our[color=blue]
    > site disable it.[/color]

    Without JavaScript? I guess, this possible, but still to work out.

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    • Bob Bedford

      #3
      Re: include perl progress bar

      thanks for the message, but I can't find the thread out by clicking on the
      link you provided.

      Where should I look at ?

      "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@r ediffmail.com> a écrit dans le
      message de news: 1113742993.3325 10.111870@o13g2 00...legr oups.com...[color=blue]
      > Bob Bedford wrote:[color=green]
      >> I've trying to get the progress bar available here
      >> http://www.raditha.com/megaupload/ to work.
      >>
      >> Since I've no idea on Perl and looking at the CGI, some things are[/color]
      > quite[color=green]
      >> strange to me, I'm trying to integrate it on my PHP pages.[/color]
      >
      > Chung Leong proves that Perl is not necessary
      > <news:111142710 3.522996.4990@o 13g2000cwo.goog legroups.com>
      >[color=green]
      >> Ideally, I'd like to select the files to upload in a PHP form, then[/color]
      > on[color=green]
      >> submit show the progress bar and then be redirected to any PHP file.[/color]
      >
      > Then, what you need is simple--not acurate prgress bar for which you
      > don't need to try this technique.
      >[color=green]
      >> I don't want to use javascript and show an other form. I absolutely[/color]
      > want the[color=green]
      >> process to be on the same browser, and not use js, as many customers[/color]
      > of our[color=green]
      >> site disable it.[/color]
      >
      > Without JavaScript? I guess, this possible, but still to work out.
      >
      > --
      > <?php echo 'Just another PHP saint'; ?>
      > Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
      >
      >[/color]


      Comment

      • R. Rajesh Jeba Anbiah

        #4
        Re: include perl progress bar

        Bob Bedford wrote:[color=blue]
        > thanks for the message, but I can't find the thread out by clicking[/color]
        on the[color=blue]
        > link you provided.
        >
        > Where should I look at ?[/color]




        BTW, don't top-post. Also, after scratching my head for some time, I
        came to the conclusion that it wouldn't be possible without a client
        side scripting JavaScript or Flash. Will be happy if someone proves me
        wrong.

        --
        <?php echo 'Just another PHP saint'; ?>
        Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

        Comment

        Working...