Jump
to HelpDesk | Announcements
| FAQ | Webmail Login
How can transfer large files to other people without using email?
Email is not the right tool to transfer large images and other files. In fact, email with attachments may be filtered out completely at the receiving end. Use an upload/download manager. Here is one that is easy to install, easy to configure and customize, easy transfer of files between you and your associates.
Demo: http://gryphynmedia.com/fileupload/
Username: upload Password: demo
Download here: Peak Development
You will see that the maximum file size can be changed in the script, but if you want to upload files larger than 2Mb (the default PHP file size limit) you will have to add new settings to your .htacess file.
Here is an example for a 10 Mb limit... you can see where to make changes if you need a higher limit. Don't forget that these files count toward your storage limit:
php_value max_execution_time 1200
php_value memory_limit 10M
php_value post_max_size 10M
php_value upload_max_filesize 10M
Related Topics:
Someone is using my address to send spam... will I be shut down? I can't RECEIVE email... is it bouncing back to people emailing me?! Do you support IMAP? What perl modules are installed? How can I add an SPF record for my domain? What do you have for multiple domains? How do I get Dreamweaver to connect to my account? What do the different terms mean in the statistic programs? I have a BIG email list... can you host it? How can I help make the shared server more secure? I am confused about POP3 accounts, forwarders, and autoresponders. Outlook keeps asking for my password over and over. How do I use the shared SSL certificate? I have a virus! My email list is growing. Do I need to do anything differently? Can I set up ODBC access to a database on the server? Why does my form redirect to a "contact support" message? How can I use mod_rewrite to make my URLs more search engine friendly? How can I see/edit my .htaccess file? Do you run SUexec? Where do I log into my webmail? What are the options for sending an email list or newsletter? How do I set up an email account? Is there telnet? Can I get shell access? Do you support Cold Fusion? Do you do Windows hosting? How can I manage downloads from my site? How can I gracefully "expire" an email address getting heavy spam? Do I need PHP? Should I learn it? Can I use Frontpage 2003? How do I install my own SSL certificate? I need to install a form on a website... what should I use? Can I forward email to TWO addresses? What port do I use to access shell via SSH2? Are your servers mirrored, or otherwise "bullet-proof?" I want to sell things from my site. What do I need? Can you recommend an SSH client? How can I keep certain pages from being indexed by search engines and other spiders? What do you mean I'm spamming!? How can I install WordPress and get started using it? Can I use PHP and SSI together? Where can I find a good tell-a-friend referral script? I should have webmail and I don't see any. Email to me bounced... are certain attachments not permitted? How can I more easily move accounts from another host? What are my POP3 and SMTP settings? How can I block certain IP addresses? I can receive my email, but not SEND it. My form is "breaking" my page layout. How do I use the Auto-Installer? How do I set up a database? How can I keep my email address from being harvested from my website? I need help with SSI (Server Side Includes). Why can't I email people at AOL?
Developer Note: This is powered by SmartFAQ, a free cgi script.
|