File Upload Widget
Posted: Thu May 26, 2011 5:23 pm
I am looking for a file upload widget. I see this thread:
http://profoundlogic.com/forums/phpbb3/ ... load#p1729
The problem is that we need the user to be able to upload the file, and once it is uploaded to perform some processing (such as comparing it to data in a database) on it inside ProfoundUI in the same program. Uploading the file is one step of several. So here is an example of the workflow.
1. User uploads a file.
2. RPG code compares data in the uploaded file to data in a database.
3. RPG/ProfoundUI displays data elements that are different between the file and database and includes checkmarks (maybe radiobuttons) for each element for the file or (versus) database.
4. The user can choose for each different element whether the system should use the data from the file or the database (meaning pick a source, file or database for the element).
5. Then for each element that the user selected the data file as the source, that element is updated in the database with the new value from the file.
The specifics of the flow aren't real consequential other than I am trying to illustrate a workflow where uploading the file is just one step of several performed in the same program. I am not positive at this point if uploading the file is always the first step either. There may be more before it.
I suppose it could be possible to have one application/page where the user uploads the file and then another RPG/Profound application where the user could select to process a file from the list of uploaded files uploaded on the other page I just mentioned. I am not sure this break in the workflow will meet the requirements though.
I am looking for any suggestions. Also, are you by chance already working on a file upload widget and if so, any date on when it should/may be available?
Thanks!
http://profoundlogic.com/forums/phpbb3/ ... load#p1729
The problem is that we need the user to be able to upload the file, and once it is uploaded to perform some processing (such as comparing it to data in a database) on it inside ProfoundUI in the same program. Uploading the file is one step of several. So here is an example of the workflow.
1. User uploads a file.
2. RPG code compares data in the uploaded file to data in a database.
3. RPG/ProfoundUI displays data elements that are different between the file and database and includes checkmarks (maybe radiobuttons) for each element for the file or (versus) database.
4. The user can choose for each different element whether the system should use the data from the file or the database (meaning pick a source, file or database for the element).
5. Then for each element that the user selected the data file as the source, that element is updated in the database with the new value from the file.
The specifics of the flow aren't real consequential other than I am trying to illustrate a workflow where uploading the file is just one step of several performed in the same program. I am not positive at this point if uploading the file is always the first step either. There may be more before it.
I suppose it could be possible to have one application/page where the user uploads the file and then another RPG/Profound application where the user could select to process a file from the list of uploaded files uploaded on the other page I just mentioned. I am not sure this break in the workflow will meet the requirements though.
I am looking for any suggestions. Also, are you by chance already working on a file upload widget and if so, any date on when it should/may be available?
Thanks!