Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 14 of 14 total
Thread File Upload Thoughts
Wed, May 23 2012 2:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mark and Rick,

Just to let you guys know, I've added a file upload button to the framework
and it works great.  You just click on it to display a file selection
dialog, and then you can use the OnChange event handler to track when the
file is selected/changed and the FileName property to retrieve the name of
the file.  I also made some changes to the panels/forms so that they can
also serve as a straight-up HTML form, if needed.  You can just
programmatically call a Submit method to submit a form to the back-end, and
all of the controls within that panel/form will get submitted.  This makes
it much easier to do simple "contact us" forms, especially with a PHP
back-end application.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, May 23 2012 3:43 PMPermanent Link

Mark Brooks

Slikware

Avatar

"Tim Young [Elevate Software]" wrote:

Mark and Rick,

Just to let you guys know, I've added a file upload button to the framework
and it works great.  You just click on it to display a file selection
dialog, and then you can use the OnChange event handler to track when the
file is selected/changed and the FileName property to retrieve the name of
the file.  I also made some changes to the panels/forms so that they can
also serve as a straight-up HTML form, if needed.  You can just
programmatically call a Submit method to submit a form to the back-end, and
all of the controls within that panel/form will get submitted.  This makes
it much easier to do simple "contact us" forms, especially with a PHP
back-end application.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Tim,

Sounds brilliant and I like the "form submission" capability too. I guess that the new upload button also has a URL that can be configured appropriately prior to submission?

In respect of the form submission, it might be worth considering (if you haven't already) the ability to submit only those  controls that are visible. This would allow the creation of forms that have "folding sections" based on specific entries e.g. a checkbox that says do you wish to add additional details would show a memo for the additional details when checked and hide it if not checked. The memo would only get submitted if visible at the point of submission. Just a thought, no big deal.

Cheers
Mark
Wed, May 23 2012 4:23 PMPermanent Link

Malcolm Taylor

Tim Young [Elevate Software] wrote:

> Mark and Rick,
>
> Just to let you guys know, I've added a file upload button to the
> framework and it works great.  You just click on it to display a file
> selection dialog, and then you can use the OnChange event handler to
> track when the file is selected/changed and the FileName property to
> retrieve the name of the file.  I also made some changes to the
> panels/forms so that they can also serve as a straight-up HTML form,
> if needed.  You can just programmatically call a Submit method to
> submit a form to the back-end, and all of the controls within that
> panel/form will get submitted.  This makes it much easier to do
> simple "contact us" forms, especially with a PHP back-end application.
>
> If you have any other questions, please let me know.
>
> Tim Young
> Elevate Software
> www.elevatesoft.com

Ah, I like the sound of these. Surprised
Thu, May 24 2012 2:14 AMPermanent Link

Mark Brooks

Slikware

Avatar

Scratch my previous (the bit about submission based on visibility). What was I thinking!
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image