change PUT URL to match ocr server

This commit is contained in:
Frédéric Péters 2014-02-27 13:13:14 +01:00
parent d931bebecd
commit 6e07d1390f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function(droppedItem) {
oReq.onload = function(oEvent) {
var blob = oReq.response;
/* needs Access-Control-Allow-Origin: * header on the server */
var postUrl = 'http://test.ged.pfwb.be/@@importZimbra';
var postUrl = 'http://ocr.ged.pfwb.be/put.php';
var sendReq = new XMLHttpRequest();
sendReq.open("PUT", postUrl, true);