I did some investigating to find the cause of uploads failings.
It seems like it a platform issue (somehow), coz if I load
the exact same alfresco.war on a windows box it works.
I otherwise deploy on FreeBSD.
Here's an exact copy of the problem..
First the windows version:
….
}
clear_add_2Dcontent_2Dupload_2Dstart();
//–></script></form>
…
And then the FreeBSD:
….
}
clear_add_2Dcontent_2Dupload_2Dstart();
//–></script>
….
As you might see - the </form> (end form) element is missing
for some reason…