Hello, I am developing a web app with Delphi 7, Intraweb 8 and DBIsam database. I would like for the client to be able to select a file on their PC and upload it to the server. I can use the IWFile component for the user to locate the file on their PC, but I haven't got a clue where to start...
Hello,
In a Web Application I have to populate 7 combo boxes with the same info. To populate one box I use the following code:
"If IWComboBoxStateProv.ItemIndex = 0 then
begin
IWComboBoxCity1.Items.Insert(0,'Airdrie');
IWComboBoxCity1.Items.Insert(1,'Brooks')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.