New Post: SPListNameFromUrl throws execption when used for a file stored in...
Can you try the latest alpha? It's got the fix I think will do the trick for everyone with these issues:https://spservices.codeplex.com/releases/view/104652 M.
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
I was going to point you to bjwildbore's post, but you've already tried it. What browsers do you need to target and what version of SharePoint, jQuery, and SPServices are you using? M.
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
I have downloaded the latest versions of both. SPServices 2013.01 & Jquery 2.0.3. And my target browser is IE8 mostly.
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
I'd suggest you stick with the 1.x branch of jQuery, but that's a different discussion. As you can see from the caniuse link Brendan posted, IE8 doesn't support fileReader. M.
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
Thanks M, Any resolution to my original question.
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
Sorry; I sort of left you flat. The trick is to get the base-64 byte array for the file. That's probably where you are going to have problems with IE8. The filename ought to be just the filename, not...
View ArticleNew Post: Query and webURL
If I may ask, what was the issue on the site? I was trying to re-purpose your example, but when I look at what is being returned it's just an error:<?xml version="1.0"...
View ArticleCommented Issue: SPServices / jQuery ID Selectors in SP 2013, SPAutoComplete...
From https://spservices.codeplex.com/discussions/443533Hey all,First, Marc, I'm a long-time fan of your work - thanks so much for all of your amazing work not only on SPServices but with the SharePoint...
View ArticleEdited Issue: SPServices / jQuery ID Selectors in SP 2013, SPAutoComplete...
From https://spservices.codeplex.com/discussions/443533Hey all,First, Marc, I'm a long-time fan of your work - thanks so much for all of your amazing work not only on SPServices but with the SharePoint...
View ArticleReleased: SPServices 2013.02 (Dec 12, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2013.02 (Dec 12, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleNew Post: Query and webURL
Ah, I may have answered my own question...although I'm too inexperienced to fully understand why yet. I changed my querystring from the above example to this simpler format. (Only showing car* names in...
View ArticleNew Post: SPListNameFromUrl throws execption when used for a file stored in...
Hey, it seems that the lastest alpha doesn't work in our case. For me it looks like the reason behind are the following methods being called:genContainerId("SPAutocomplete", opt.columnName); (just...
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
Thank You Again M, Any reference for base-64 byte array for the file I can follow?
View ArticleNew Post: SPListNameFromUrl throws execption when used for a file stored in...
OK, so let me rephrase the issue so I'm sure I've got it. You're using SPAutocomplete in a list form for a list in the root Web, i.e., "/". The function is failing in the call to...
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
Nope. I've never really tried to get uploads working because I don't know of a reliable way to do it cross-browser. M.
View ArticleNew Post: AddAttachment Function of SPServices (List AddAttachment)
If you search this forum for "Base64" I'm sure you will find something including a function that will do the conversion or a pointer to a script that you can download that will do such conversions.A...
View ArticleCreated Feature: Wrap PublishingService [10205]
/_vti_bin/PublishingService.asmxCreatePageLayoutDisconnectPageLayoutGetAllContentSlicesGetAllFriendlyUrlsGetChangedFriendlyUrlBasedWebsGetChangedFriendlyUrlsGetFriendlyUrlGetFriendlyUrlBasedWebsGetObje...
View ArticleNew Post: CascadingDropdown on SP2013
marc, With debug enabled I get no IE9 window errors. With the Developer window open I do get a couple of warnings in the Script / Console pane, but these don't appear to be relevent: HTML1113: Document...
View Article