I tried serving an SVG image from a local instance of IIS Express but when that didn’t seem to work I picked a random JPG image from an external website: www.ottophoto.com/kirlian/kirlian_1/kirlian12.jpg
The URL appears to work fine in a browser on the same machine however I get an “Unable to download file” error in the Select Image dialogue when I select the URL option and supply the URL.
Is this a known issue or do I need to re-install or tweak some settings?
Thanks, Alan
Part of the error is below but I’ve had to truncate it to fit within the forum post character limit:
com.objectiflune.core.base.ApplicationException: Unable to download file.
at com.objectiflune.application.designer.resources.ui.selectimage.h.getFile(h.java)
at com.objectiflune.application.designer.resources.ui.selectimage.f.call(f.java)
at com.objectiflune.application.designer.resources.ui.selectimage.h.call(h.java)
at com.objectiflune.ui.framework.support.OLCallbacks.call(OLCallbacks.java)
at com.objectiflune.ui.framework.support.OLValueChangeCallbacks.handleValueChange(OLValueChangeCallbacks.java)
at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:62)
at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:55)