cancel
Showing results for 
Search instead for 
Did you mean: 

ReferenceError: 'formdata' is not defined during file upload

sanket
Champ on-the-rise
Champ on-the-rise
Sorry for re-posting this issue. But its very urgent for me.

Hi, I am getting the following error while using file upload web script.
URL: http://localhost:8080/alfresco/service/sample/upload

org.mozilla.javascript.EcmaError: ReferenceError: "formdata" is not defined.

File: upload.post.js
Line: for each (field in formdata.fields)

I have tried to check on safari, IE and mozilla. Its not working.
Version i am using is Alfresco3.2

Is "formdata" available in this version ?
Or its some other problem ?

Please help.
2 REPLIES 2

rogier_oudshoor
Champ in-the-making
Champ in-the-making
Are you using a multi-part HTML form?

sanket
Champ on-the-rise
Champ on-the-rise
Yes..