<div dir="ltr">Hi Charles, I tried locally and both the console.log and the data.append works for me, I get both the console output and the form entry added to the http POST request.<div>You will have to modify also the upload view as it doesn't accept the category as it is. <a href="https://github.com/GeoNode/geonode/blob/master/geonode/layers/views.py#L124">https://github.com/GeoNode/geonode/blob/master/geonode/layers/views.py#L124</a></div><div><br></div><div><br><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-27 22:27 GMT+02:00 Charles Cossé <span dir="ltr"><<a href="mailto:ccosse@gmail.com" target="_blank">ccosse@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br><br></div>I'm trying to modify the layer upload process to require the user to choose a category when uploading.  I've got most of the pieces in place and working except I'm having difficulty actually adding the selected category to the post.  <br><br></div>As the simplest of all tests I'm just trying to append a stringified input element to form_data in LayerInfo.js ... like this:<br><br></div>        //existing code:<br><div><div>        form_data.append('charset', $('#charset').val());<br><br>        //my attempt to hardcode a category id<br>        form_data.append('category','21');<br>        console.log("category added to form data");<br><br></div><div>So I admit that I'm confused ... alerts don't seem to work and console.log doesn't seem to work ... are they disabled somewhere?  I've tried many other approaches ... the above seems like it should work but no ... so I'd be grateful for someone's input ... any input.  Thank you!<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Charles</div></font></span></div></div>
<br>_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Simone </div>
</div>