Results 1 to 4 of 4

Thread: uu_upload.pl

  1. #1

    Default uu_upload.pl

    Hello:

    When someone uploads the video and while its processing, you get a blank screen. Is there a way to add a message there while it is processing?

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: uu_upload.pl

    Blank screen? Are you saying that you do not see the progress bar and such? If you are using the uu_upload.pl file, users should see a progress bar when the video is uploading. Or, are you seeing a blank screen after the video has uploaded (like a blank white screen)?
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: uu_upload.pl

    You need to edit uu_lib.pm. It is sub kak (line 66) that shows the page.

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: uu_upload.pl

    LIne 66 in my file is a blank line.

    Would it be this section? I have it starting at line 72...

    Code:
    	print "<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN\">\n";
    	print "<html>\n";
    	print "  <head>\n";
    	print "    <title>Uber-Uploader - Free File Upload Progress Bar<\/title>\n";
    	print "      <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">\n";
    	print "      <meta http-equiv=\"Pragma\" content=\"no-cache\">\n";
    	print "      <meta http-equiv=\"CACHE-CONTROL\" content=\"no-cache\">\n";
    	print "      <meta http-equiv=\"expires\" content=\"-1\">\n";
    	print "      <meta name=\"robots\" content=\"none\">\n";
    	print "  <\/head>\n";
    	print "  <body style=\"background-color: #EEEEEE; color: #000000; font-family: arial, helvetica, sans_serif;\">\n";
    	print "    
    \n";
    	print "    <div align='center'>\n";
    	print "    $msg\n";
    	print "    
    \n";
    	print "    \n";
    	print "    </div>\n";
    	print "  </body>\n";
    	print "</html>\n";
    If it's not fun, stop doing it!

Similar Threads

  1. /cgi-bin/uu_upload.pl? goes to white page
    By CliftonH in forum Bug Reports
    Replies: 5
    Last Post: 10-18-2008, 04:31 PM
  2. uu_upload.pl ?!?!?!?
    By leki in forum Installation Support
    Replies: 1
    Last Post: 10-13-2007, 08:33 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
  •