Gossamer Forum
Home : General : Internet Technologies :

How can I upload 250MB size

Quote Reply
How can I upload 250MB size
Hi,



Please tell me what php script can upload 250MB file size.



Best Regards,



Beck
Quote Reply
Re: [Beck] How can I upload 250MB size In reply to
You want to do this once, or loads of times? You would be better doing it via SSH/Telnet...

wget http://www.domain.com/filetograb.ext

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] How can I upload 250MB size In reply to
wget is used to download files, not to upload. You probably meant some form of file transfer such as FTP or SFTP, SCP.

- wil
Quote Reply
Re: [Wil] How can I upload 250MB size In reply to
You can use wget to transfer a file onto your server, from a remote server, Wil Wink I know what you are saying.. but if it is from one server to another, it should be ok to use wget.

If it is a local file however, then good luck uploading it. Most browsers will time out after 3 or 4Mb.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates