Select to view content in your preferred language

Shape file widget issue while uploading File

495
3
02-13-2019 05:24 AM
tarunvisvanadula1
New Contributor II

Hi robert,

i have created custom shape file widget,it is working Fine in my system when i share the widget to other, im facing below issue.

cannot read property name of undefined.

I have attached my code below.please go through it

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Tarun,

when i share the widget to other

Does that other machine have a proxy setup like your code is looking for:

esriConfig.defaults.io.proxyUrl = "/proxy/";
0 Kudos
tarunvisvanadula1
New Contributor II

hi, robert 

yes we have provided proxy settings in other machines still no use,is the widget working for you,if working please let me know

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Tarun,

  No it does not work for me. You have issue in your code. First error I encounter is that you are using jQuery in your code line 69 but you do not load jQuery dependancies.

0 Kudos