optron
Posts: 114
|
| Posted: 10/05/2006, 7:20 PM |
|
Can someone advise me where can I find a tutorian on using pure ASP file upload component. I'm not getting really much from CCS help
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
peterr
Posts: 5971
|
| Posted: 10/06/2006, 12:42 AM |
|
FileUpload is just a simple component that you include in your form and that's it. In CCS Help take a look at User's Guide -> Working with Controls -> FileUpload.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
optron
Posts: 114
|
| Posted: 10/07/2006, 4:53 PM |
|
well, it might be simple for you, however for me it is confusing. I looked up HELP, but still can't figure it out why the component has two fields ?
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
peterr
Posts: 5971
|
| Posted: 10/07/2006, 6:09 PM |
|
There is only one field, plus Hidden Input Control, which is not visible to users. Maybe I don't understand your question, but I just checked and each FileUpload element is described in detail in the above document.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
optron
Posts: 114
|
| Posted: 10/09/2006, 8:07 PM |
|
OK, I think I figured that out, but now - HOW ? can I resize the filename field, so the long path can be visible on the screen ? By default this text field control is pretty short and the part of the file along with the filename remains invisible.
Art
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
peterr
Posts: 5971
|
| Posted: 10/10/2006, 12:05 AM |
|
I suspect that you may need to do this in the HTML, possibly by adding "size=X" attribute to the input control. The file upload is actually using a standard HTML control and this may further help: http://www.google.com/search?q=html+input+type+file
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |