Search results

  1. adam

    PHP file handle for big files?

    Hi, This is a limitation on the PHP build. HTTP isn't really designed for really large files although there are way round it by modifying PHP itself: http://stackoverflow.com/questions/4614147/uploading-a-file-larger-than-2gb-using-php Until PHP natively supports files larger than 2 GB...
  2. adam

    Problem upload file more then 900MB

    Hi, Are you still having problems with the site, I can upload to it fine now? http://tankfiles.com/rB Regards, Adam.
  3. adam

    Change password?

    Hi, Not yet, it's set as high priority for the next release. Regards, Adam.
  4. adam

    problem upload

    @donate1719 - this is a community support forum as it says on the initial forum page, we don't always monitor these forum, you're much better emailing us if you have an urgent question. What does a phpinfo() say if the maximum size supported on your server? You can create one by creating a...
  5. adam

    FTP Downlad

    Hi, This will depend on your network speed between the web server and file server. Is you file server is a different physical location to your site? Regards, Adam.
  6. adam

    Problem upload file more then 900MB

    Hi, Can you send us your site url using the contact page and we'll have a look? Regards, Adam.
  7. adam

    internal server error

    Hi, Thanks for the feedback, I'll see if this can be added to the htaccess file as standard. Regards, Adam.
  8. adam

    Upload Issue with IE9

    Hi, IE doesn't yet support this functionality so for now it doesn't work. Hopefully it'll be supported within a later version of IE. Regards, Adam.
  9. adam

    Can't download files

    Hi, Thanks for providing the resolution to this for others. Good to hear you're up and running. :) Regards, Adam.
  10. adam

    problem sharing on facebook

    Responded to your email: Hi, That's correct, you're supplying facebook with a url to your site and not the shortened site, hence Facebook will show your site details. There's no way to alter it within the script other than amend the source code. Feel free to add it to the RFCs on our...
  11. adam

    Can't download files

    Hi, Did you upload the root .htaccess file and do you have mod_rewrite enabled? Regards, Adam.
  12. adam

    Fonts website script

    <del>- Fix error with double clicking user/edit password via admin.</del>
  13. adam

    FTP Downlad

    Hi, I'm afraid not, this would rely on a web server and likely PHP being available on the file server. Since they're generally just ftp servers it isn't viable. Regards, Adam.
  14. adam

    Registration Issue

    @contact1668 - You need to use smtp, please find out your smtp settings from your host and add it to the script. Once you've added it via the admin area mails will send fine. If you have any issues you consider urgent in the future, please send it via the contact form on this site. We...
  15. adam

    Google Adsense - Not show ads

    Hi, Your ads are showing here: http://uploadfile.vn/sx/Chrysanthemum.jpg Good work on the site by the way. Regards, Adam.
  16. adam

    Google Adsense - Not show ads

    Hi, What's your site url? Regards, Adam.
  17. adam

    Bug: Android devices do not download complete file

    Thanks for the feedback, much appreciated. Hopefully they'll fix it soon. (although it was reported over 3 years ago!)
  18. adam

    Install on server with no domain url

    PS - That's not a smiley, it should be a bracket. define("_CONFIG_SITE_HOST_URL", "184.154.169.226" ) ;
  19. adam

    Install on server with no domain url

    Hi, I responded by email but just for everyone elses benefit... Change the _config.inc.php file from this: define("_CONFIG_SITE_HOST_URL", "184.154.169.226/~localtre"); to: define("_CONFIG_SITE_HOST_URL", "184.154.169.226"); Regards, Adam.
  20. adam

    i can not receive email when i register

    Hi, Have you tried setting smtp details in the admin area? Regards, Adam.