Posts by Ronaldo Power • 35 points
3 posts
-
2
votes3
answers394
viewsA: What are friendly Urls?
What is URL friendly? The user-friendly URL is an easier URL to understand, both for search engines and for those accessing your site. For a URL to be friendly, we must understand what the page is…
-
1
votes1
answer379
viewsQ: How to set a path (FTP) to automatically upload to Delphi?
I need an Upload automatically in the code below to send to the server via FTP using Delphi, it is possible? var ms: TMemoryStream; begin if OpenDialog1.Execute then ms := TMemoryStream.Create;…
-
-2
votes1
answer74
viewsQ: how to leave a folder set for when to save? and a folder set to open files?
I would like to lock the folders, so that I could not fetch files or save files in other folders, only in the defined, EX Folders: c:\banco_de_dados and another call c:\FTP_Servidor In case it would…
delphi-10asked Ronaldo Power 35