How did you do the upgrade? Do you see any error messages in the console log of your browser when trying to upload? And does the /app_data/logs file reveal any hints?
yes there is couple of errors appear after click on save at console log:
A:
TypeError: Cannot read property 'length' of undefined
at Object.getAllProps (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:498:249)
at Object.reBindChangedProperties (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:502:583)
at http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…bnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:1020:722
at o (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:14:1014)
at http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:14:1603
at Object.e.$eval (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:14:7447)
at Object.e.$digest (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:14:6282)
at Object.e.$apply (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:14:7606)
at j (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…bnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:14:11853)
at r (http://localhost:26134/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9q…1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=448914140:15:449)
Unable to use "Upload" datatype
Hi,
I just upgraded from v6 to latest umbraco v7.1.4
everything is working fine except the Upload control
It don't do anything, just write "saving" but nothing happen after that
Did any one faced that problem with this control?!
Thanks in advance!
EDIT: 1
It also don't show unsaved content message "You have unsaved changes" after change it and navigate to another node without saving
Hi Tenno
How did you do the upgrade? Do you see any error messages in the console log of your browser when trying to upload? And does the /app_data/logs file reveal any hints?
/Jan
Hi Jan,
thanks for your replay
yes there is couple of errors appear after click on save at console log:
A:
B:
but nothing related on App_Data\Logs
about the upgrade: I followed this document http://our.umbraco.org/documentation/installation/upgrading/general specially "Copying files" and "Merge configuration files"
Hi Tenno
Ok, so after you did your upgrade did you check and do the stuff mentioned here http://our.umbraco.org/documentation/Installation/Upgrading/v7-upgrade ?
And did you try to clear the client dependency cache? If not try doing this
Hope some of these pointers help.
/Jan
that problem is still exist
Is there is another way to upgrade?
Hi Tenno,
I had the same error (The request was not formatted correctly the file name's must be underscore delimited).
It was 'resolved' by removing the underscore from the name of the datatype I created.
And that would be http://issues.umbraco.org/issue/U4-4483
is working on a reply...