Drag'n'Drop images into Media from Content section in v. 7.2.4
I just updated from 7.2.0 to 7.2.4. In 7.2.0 I was able to drag and drop images into the Media library tab on the right with the standard Media Picker. When I try this in the updated 7.2.4 it doesn't upload the image but just opens the image in the browser like it would normally do.
Hmm...What approach did you take when upgrading? Do you see any error messages in the console log of the browser? Or in the /App_Data/Logs file? Anything marked with "ERROR" or "WARNING"?
When you did the upgrade did you then also try busting the backoffice cache by going to the /config/ClientDependency.config file and increment the version number and then recycle the app pool?
I don't have any javascript errors. I have a folder: 'PunyCode' with a punycode.min.js file that is not on the updated site. My upgrade procedure was actually just to remove the version number from the web.config and then run the site. But this was done locally. I may be missing some files online. But again, no javascript errors.
Drag'n'Drop images into Media from Content section in v. 7.2.4
I just updated from 7.2.0 to 7.2.4.
In 7.2.0 I was able to drag and drop images into the Media library tab on the right with the standard Media Picker.
When I try this in the updated 7.2.4 it doesn't upload the image but just opens the image in the browser like it would normally do.
Has anyone experienced this?
Thanks,
/Jess
Hi Jess
Hmm...What approach did you take when upgrading? Do you see any error messages in the console log of the browser? Or in the /App_Data/Logs file? Anything marked with "ERROR" or "WARNING"?
When you did the upgrade did you then also try busting the backoffice cache by going to the /config/ClientDependency.config file and increment the version number and then recycle the app pool?
Looking forward to hearing from you.
/Jan
Hi Jess,
You can download the latest 7.2.4 Umbraco and than compare the folders Umbraco and Umbraco_Client with that upgraded site.
I have faced this kind of issue while upgrading and I found that some scripts are missing.
So added that and it worked for me.
Hope it will also work for you.
Regards,
Urvish Mandaliya
Also you can check in firebug that any JavaScript error occurring or not.
Regards,
Urvish Mandaliya
I don't have any javascript errors.
I have a folder: 'PunyCode' with a punycode.min.js file that is not on the updated site.
My upgrade procedure was actually just to remove the version number from the web.config and then run the site.
But this was done locally. I may be missing some files online. But again, no javascript errors.
PunyCode did it. Thanks!
Hi Jess
When upgrading manually often times it's due to missing files that these errors occur - But good you got it solved :)
/Jan
is working on a reply...