Results 1 to 3 of 3

Thread: Can't upload rm files even though list in upload.php

  1. #1
    Join Date
    Oct 2008
    Posts
    17

    Default Can't upload rm files even though list in upload.php

    I'm trying to upload some .rm files into our vshare system but it comes back saying that rm files aren't allowed. I've looked in include/settings/upload.php and this is what I have

    $file_types = array("flv","3gp","mp4","mov","asf","mpg","avi","m peg","wmv","rm","dat");

    Not sure what's wrong.

    Pointer Please :D

    Thanks

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

    Default Re: Can't upload rm files even though list in upload.php

    You need it added on

    cgi-bin/uu_default_config.pm

    Some thing like

    Code:
    disallow_extensions      => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx|mp3|exe|scr|htaccess|htpasswd)',
    allow_extensions         => '(3gp|mp4|swf|mov|asf|avi|flv|wmv|mpg|mpeg|mpeg4|xvid|divx|3gpp|rm)',

  3. #3
    Join Date
    Oct 2008
    Posts
    17

    Default Re: Can't upload rm files even though list in upload.php

    Thanks, I've made the change and I'll let the users know.

    Thanks
    Brian

Similar Threads

  1. Upload files from Remote Server - Invalid url
    By FreeMann in forum General Discussions
    Replies: 1
    Last Post: 12-02-2008, 06:34 PM
  2. Remove renaming flv files on upload
    By jayscot in forum Template Modifications
    Replies: 0
    Last Post: 07-19-2008, 09:33 PM
  3. Delete original upload/converted files
    By Philthy in forum Feature Requests
    Replies: 11
    Last Post: 06-27-2007, 06:15 AM
  4. upload.php blank after vid upload
    By firstbyte in forum Installation Support
    Replies: 9
    Last Post: 06-08-2007, 01:31 PM
  5. Not Able to UPload large Video Files
    By bulu4uu in forum General Discussions
    Replies: 9
    Last Post: 05-23-2007, 06:02 PM

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
  •