i have done exactly what this video tells
http://www.youtube.com/watch?v=pdgxL_28t18
the upload doesnt work.
where the action should be placed?
i have a confirmation page, onConfirm event right?before or after session to data?
http://www.youtube.com/watch?v=pdgxL_28t18
the upload doesnt work.
where the action should be placed?
i have a confirmation page, onConfirm event right?before or after session to data?
Hi alfredacino,
Your file input is in one form event, normally On Load; that submits to a second event, normally On Submit. The Upload Files action needs to be in the second event, normally just after any Check Catcha or Server Side Validation actions that might require a re-load.
If you add a Debugger action you should be able to see the results of the file upload.
Bob
Your file input is in one form event, normally On Load; that submits to a second event, normally On Submit. The Upload Files action needs to be in the second event, normally just after any Check Catcha or Server Side Validation actions that might require a re-load.
If you add a Debugger action you should be able to see the results of the file upload.
Bob
This topic is locked and no more replies can be posted.