baseball1332 Posted July 24, 2006 Share Posted July 24, 2006 I know this sounds wierd, but I have a php uploading script. It does not need a MYSQL database.I was wondering if it was possible for the script to upload the file onto a doifferent website. Because I have a free website that has unlimited diskspace, but no php. And i was wondering if I could use another website that allows php (for the uploading script) but somehow use the website with unlimited diskspace to store the uploaded files.Any help? Quote Link to comment https://forums.phpfreaks.com/topic/15538-php-help/ Share on other sites More sharing options...
ChaosXero Posted July 24, 2006 Share Posted July 24, 2006 You'd have to find some way to script a log in to the site, and use the sites uploader, and I dont know that you could do that. Otherwise I cant think of any way to do it. Most sites try to prevent this to protect their servers. Quote Link to comment https://forums.phpfreaks.com/topic/15538-php-help/#findComment-63126 Share on other sites More sharing options...
kenrbnsn Posted July 24, 2006 Share Posted July 24, 2006 If you have FTP on the free site, you could use the built in FTP to transfer the files.Ken Quote Link to comment https://forums.phpfreaks.com/topic/15538-php-help/#findComment-63134 Share on other sites More sharing options...
ShogunWarrior Posted July 24, 2006 Share Posted July 24, 2006 Well, anything you do will unfortunately probably have a 100% redundant overhead.IE:You'll have to upload, then FTP via script, which may time out if it's too long. Quote Link to comment https://forums.phpfreaks.com/topic/15538-php-help/#findComment-63136 Share on other sites More sharing options...
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.