[Cartoweb-users] Upload georeferenced images with Edition plugin
Vitor Campos
vitor.campos at gmail.com
Wed Oct 24 16:08:43 EDT 2007
Hi, all
I'm trying to use this feature, like was discussed before between Igor and
Oliver.
I did everything in the steps, but it's not working.
In the function pickName, window.opener is null.
I'm calling the popup like this:
function attachFilePopup(){
var aFile = window.open("upload.php","atachFile","Image File Upload");
}
-------------------------------
my pickName is like this:
function pickName()
{
if (window.opener && !window.opener.closed)
window.opener.document.carto_form['edit_feature_1193250090093251[pathfoto]'].value
= document.aForm.filename.value;
window.close();
}
Thanx
Vítor Campos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/cartoweb-users/attachments/20071024/64fda3b9/attachment.html
More information about the Cartoweb-users
mailing list