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...
Thanks guys. I decided to go with Lespaul's solution, as it seemed to fit my app the best. Don't know why I didn't think of it myself, I use this same stuff all through my app.. ..duh. Anyway, this is the code I used, it works fast and well....thanks again :)
with UserSession.QueryStateProv do...
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.