I've search google and can not find an answer. I would like to download a file such as an image and save it to a directory???
How??
Download a file
Started by Lop, Aug 02 2006 11:43 AM
14 replies to this topic
#1
Posted 02 August 2006 - 11:43 AM
|
|
|
#2
Guest_sn17_*
Posted 09 August 2006 - 09:52 AM
Guest_sn17_*
If u are asking about the regular downloadind, then all u have to do is to right click and click on "Save Target As".
#3
Posted 11 August 2006 - 03:40 PM
I think he is asking how to download a file using PHP. I think you can just connect to the URL of the file and it will download. Not sure though.
#4
Posted 20 August 2006 - 08:18 AM
Yea, I'm wondering how to connect to a URL that is a file and actually save it on the server.
#5
Posted 21 August 2006 - 12:51 PM
I'm as clueless as you. Well, 100x more clueless, actually. I didn't mean to equate us.
#6
Posted 27 August 2006 - 09:11 PM
i would think CURL would do the trick, but i dont know for sure. have you looked into that?
#7
Posted 29 August 2006 - 02:56 PM
CURL should do the trick. You can also get other software that does this and just look at their code. I know a lot of PHP does this type of thing already for updates and such.
Void
#8
Posted 29 September 2006 - 03:03 PM
How large of a file can you download using CURL? This seems like a neat function.
#9
Posted 30 September 2006 - 10:13 PM
Chan said:
How large of a file can you download using CURL? This seems like a neat function.
as large of a file as you want...curl is basically the equivilant of a text based browser
#10
Posted 03 October 2006 - 03:22 PM
Ok, so I've got this working now and I'd like to add a progress bar. Is there any way to do this?
#11
Posted 04 October 2006 - 10:11 PM
i dont believe there is anything native to php that can accomplish this task. Perhaps a message saying "Please wait while your file is downloading" and something animated, perhaps in flash can accomplish the overall feel of what you are trying to do, but as far as accomplishing this using php only, im pretty sure it cannot be done.
#12
Posted 05 October 2006 - 05:14 AM
This sounds like an AJAX addon!


Sign In
Create Account


Back to top









