okay, i read the post Dynamic List Box, and while proving that a dynamic list box is possible, it raises a couple more questions for me in relation so my own angle w/ my installer....
okay, i would like to have a dynamic list box, in which the variable (used to create the dynamic list) is filled by a GET function to my web database of files... i would like it to dynamically list the downloads that i have, and the filesize too if possible, and then once a file is selected, download the selected file...
in my database, i have the filename, filesize, fileurl, as well as more info on each file, but how would i request information to the variable so that the listbox shows name/size, and also retains the proper url for the file?? i believe this is beyond my limited skill, unless some1 can give me a bit of direction... thx
(btw, would it be best for me to have one get function GET/create the file list, then once the files are selected and Next is clicked, it then GETs the total filesize to be downloaded, and then Next is clicked again, and the installer GETs the fileurl???)
okay, i would like to have a dynamic list box, in which the variable (used to create the dynamic list) is filled by a GET function to my web database of files... i would like it to dynamically list the downloads that i have, and the filesize too if possible, and then once a file is selected, download the selected file...
in my database, i have the filename, filesize, fileurl, as well as more info on each file, but how would i request information to the variable so that the listbox shows name/size, and also retains the proper url for the file?? i believe this is beyond my limited skill, unless some1 can give me a bit of direction... thx
(btw, would it be best for me to have one get function GET/create the file list, then once the files are selected and Next is clicked, it then GETs the total filesize to be downloaded, and then Next is clicked again, and the installer GETs the fileurl???)
Comment