Page 8 of 13 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 127

Thread: Enable Upload Progress Bar

  1. #71
    Join Date
    May 2007
    Posts
    212

    Default

    whenever your prowser asks you if you want to download a file you should restart your server. It does that every so ofter with Vshare if you dont have your server set to restart every night.

  2. #72

    Default

    Here is what my upload page looks like during an upload. You can see it has been loading the vid for 12mins with no bar and no status:
    http://coldblooded.tv/forum/album_pi...d=22&full=true
    The weird thing is that the upload bar was working but videos weren't converting....I had hostonnet.com fix my conversion but after the fix the upload bar never worked again. What do you think caused the problem?
    http://coldblooded.tv
    Show off your reptiles!

  3. #73

    Default

    What must i do to get the Progressbar work/show on the latest Vshare?
    From
    Bjørn Olsen

  4. #74

    Default

    I am getting a 500 internal server error. any help/

  5. #75
    Join Date
    May 2007
    Posts
    212

    Default

    same here...tried everything

  6. #76

    Default

    i just asked and I do have perl working on my site but the upload progress bar doesnt work still.

  7. #77
    Join Date
    May 2007
    Posts
    212

    Default

    ive been told to upload in ascii and to upload in binary just to see what was wrong and also so check the permissions on the folder ... still not working ... also make sure the perl script folder is the cgi-bin

  8. #78
    Join Date
    May 2007
    Posts
    686

    Default Re: Enable Upload Progress Bar

    I just did a fresh install on a clean server and am stuck with the internal error also, i dunno if its cos the cron hasnt been given a task output yet or if its a buggy file, but its to do with the newest versions files.

  9. #79

    Default Re: Enable Upload Progress Bar

    you need to have your server admin or hosting company make sure that perl scripts can run on your site.

  10. #80

    Default Re: Enable Upload Progress Bar

    SOLUTION TO UPLOAD PROBLEMS:

    After 2 days of trial and error I found a solution to the progress bar not appearing.

    Basicly follow the guide amin has set out at the beggining of this post.

    Then also set these files to 777 chmod

    include > settings > upload.php
    include > settings > uu_conlib.php

    If your cgi-bin is like this one - place the files here and cmod all to 755:

    apache/sites/YOURSITE.com/cgi-bin/

    Then open:

    include > settings > uu_conlib.php

    Find on line 25,26:

    $path_to_upload_script = $config["baseurl"] . '/cgi-bin/uu_upload.pl';
    $path_to_ini_status_script = $config["baseurl"] . '/cgi-bin/uu_ini_status.pl';

    Change to:

    $path_to_upload_script = '/cgi-bin/uu_upload.pl';
    $path_to_ini_status_script = '/cgi-bin/uu_ini_status.pl';

    You should be right after that:)

Page 8 of 13 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. Upload Progress help
    By chris34470 in forum Installation Support
    Replies: 4
    Last Post: 08-25-2008, 01:33 PM
  2. NICHE VIDEO SCRIPT: How to enable User Profile, Upload, etc
    By grynmoors in forum Installation Support
    Replies: 1
    Last Post: 03-17-2008, 12:01 AM
  3. upload progress bar
    By bigbuttsTV in forum Fixed Bugs
    Replies: 3
    Last Post: 08-14-2007, 09:54 AM
  4. upload progress bar
    By hake in forum Fixed Bugs
    Replies: 15
    Last Post: 07-17-2007, 12:32 AM
  5. Upload Progress Bar
    By sam in forum Feature Requests
    Replies: 5
    Last Post: 06-12-2007, 12:19 AM

Bookmarks

Posting Permissions

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