drumwri Posted July 19, 2005 Posted July 19, 2005 Hello everyone. I would appreciate some guidance. I am in the printing business and I would like to establish a simple browser based interface for my customers to upload / download files. Files are often 50 MB and larger. I am told there are 2 ways to do this: 1) PHP/ASP script, but file size is limited to about 20 MB. or 2) an upload component (DLL) which would have to be installed on the server. Any guidance or source of information would be appreciated. Quote
drumwri Posted July 19, 2005 Author Posted July 19, 2005 Hello everyone. I would appreciate some guidance. I am in the printing business and I would like to establish a simple browser based interface for my customers to upload / download files. Files are often 50 MB and larger. I am told there are 2 ways to do this: 1) PHP/ASP script, but file size is limited to about 20 MB. or 2) an upload component (DLL) which would have to be installed on the server. Any guidance or source of information would be appreciated. Quote
TCH-Bruce Posted July 19, 2005 Posted July 19, 2005 Welcome to the forums. There is no need to double post, we read them all. I've merged both posts. The TCH servers run Linux with no ASP support so ASP/DLL is out. Quote
TCH-Bruce Posted July 19, 2005 Posted July 19, 2005 If you are using Firefox, I'd suggest using the FireFTP extension. Quote
TCH-Don Posted July 19, 2005 Posted July 19, 2005 Welcome to the forums drumwri Just put in your .htaccess file in your public_html directory the following line: php_value upload_max_filesize 75M or whatever limit you need, but set a limit. Quote
drumwri Posted July 19, 2005 Author Posted July 19, 2005 Welcome to the forums. There is no need to double post, we read them all. I've merged both posts. The TCH servers run Linux with no ASP support so ASP/DLL is out. <{POST_SNAPBACK}> Sorry about the double post. Obviously I was confused. Quote
drumwri Posted July 19, 2005 Author Posted July 19, 2005 If you are using Firefox, I'd suggest using the FireFTP extension. <{POST_SNAPBACK}> I am using Firefox but I'm not familiar with the FireFTP extension so I'll have to check that out. Thanks for the advice. Quote
drumwri Posted July 19, 2005 Author Posted July 19, 2005 Welcome to the forums drumwri Just put in your .htaccess file in your public_html directory the following line: php_value upload_max_filesize 75M or whatever limit you need, but set a limit. <{POST_SNAPBACK}> Thanks Don. That's a little over my head so is there a place I can find more info? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.