
Search found 8 matches
- Wed May 29, 2019 5:13 pm
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
Thanks a lot, thanks for all of your help 

- Wed May 29, 2019 4:57 pm
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
Indeed they show me the LiveCode installation folder, but how do I change it to make it my download folder so?
- Wed May 29, 2019 4:25 pm
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
Sorry but still not working.
I'm on Windows 10.
I'm on Windows 10.
- Wed May 29, 2019 4:17 pm
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
I think no because I've move my "documents" folder (but I don't know if I've did this with an external software..) But I did this for the default folder: libURLDownloadToFile "ftp://username:password@ftpupload`.`net/htdocs/test-file.psd",("/test-file.psd"),"download_done" And the pop-up said "error"...
- Wed May 29, 2019 1:23 pm
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
It's working!
Congratulation!
Thanks a lot!
And for the normal location, I misspoke, I just meant without the"(specialfolderpath("desktop")"
And just a quick question, I saw in the disctionary that there is no"(specialfolderpath("")" for downloads, how do we do it then?
Congratulation!
Thanks a lot!
And for the normal location, I misspoke, I just meant without the"(specialfolderpath("desktop")"

And just a quick question, I saw in the disctionary that there is no"(specialfolderpath("")" for downloads, how do we do it then?
- Wed May 29, 2019 12:53 pm
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
I'm so sorry but.. It's doesn't download the file, just shows the pop-up (And I've tested with a normal location, doesn't work either.
- Wed May 29, 2019 11:41 am
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Re: Problem downloading files from a website
I tested it on a button, but it still doesn't work: on mouseUp pMouseButton libURLDownloadToFile "ftp://myusername:mypassword`@`ftpupload`.`net/htdocs/test-file.psd",specialfolderpath("desktop"),"Downloaded!" end mouseUp I put it in a web browser and it downloads the file: ftp://myusername:mypasswor...
- Wed May 29, 2019 9:18 am
- Forum: Internet
- Topic: Problem downloading files from a website
- Replies: 17
- Views: 14493
Problem downloading files from a website
I have a problem downloading a file from a website. I'm using a button with this code : on mouseUp pMouseButton libURLDownloadToFile "ftp://fr.wordpress`.`org/latest-fr_FR.zip","%USERPROFILE%\desktop","Downloaded!" end mouseUp This is normal if the dot is surrounded by ``, it's because I'm not allow...