- Регистрация
- 26.11.2012
- Сообщения
- 16
- Благодарностей
- 1
- Баллы
- 3
Hello guys!
I am trying to automate uploading to a specific website. The upload form uses java-script and some ajax. No use of flash is involved.
What confuses me is that it doesn't work in the action recorder. When I press the upload button nothing happens, while it would normally be supposed to show a div container with an upload bar as far as I can tell!
The upload button calls onClick="linkUpload();" which refers to an external JS file <script language="javascript" type="text/javascript" src="ubr_file_upload.js"></script>
Might this be the reason of the uploader not working in the action recorder? I tried setting the onClick value manually but it didn't work in the debugger either. What I just don't get is why it doesn't work in the recorder? Isn't the recorder just simulating a normal webbrowser? It works like a charme in Firefox.
I am new to Zennoposter and spent all day creating templates for this site and are stuck now. This is so frustrating and it drives me nuts! :mad:
Does anyone have an idea what could be the problem here? Thanks a lot in advance!
I am trying to automate uploading to a specific website. The upload form uses java-script and some ajax. No use of flash is involved.
What confuses me is that it doesn't work in the action recorder. When I press the upload button nothing happens, while it would normally be supposed to show a div container with an upload bar as far as I can tell!
The upload button calls onClick="linkUpload();" which refers to an external JS file <script language="javascript" type="text/javascript" src="ubr_file_upload.js"></script>
Might this be the reason of the uploader not working in the action recorder? I tried setting the onClick value manually but it didn't work in the debugger either. What I just don't get is why it doesn't work in the recorder? Isn't the recorder just simulating a normal webbrowser? It works like a charme in Firefox.
I am new to Zennoposter and spent all day creating templates for this site and are stuck now. This is so frustrating and it drives me nuts! :mad:
Does anyone have an idea what could be the problem here? Thanks a lot in advance!