Posts by Luanna Iozzi • 339 points
7 posts
-
0
votes2
answers494
viewsQ: move_uploaded_file does not work properly
I’ve tried every way move_uploaded_file() move the desired file. I set up a simple image upload form, but it doesn’t move at all. POST: $foto = $_FILES["txtFoto"]; // Caminho de onde ficará a imagem…
-
0
votes1
answer64
viewsQ: Between in Spservices with multiple date fields
I have the following Calmquery. <Query> <Where> <Or> <Or> <Or> <Or> <Or> <Eq> <FieldRef Name='Title' /> <Value…
-
2
votes2
answers520
viewsQ: XSL does not enter the correct condition
I have the following condition: <xsl:when test="$Rows[1]/@Style='Resultado-Lista'"> <ul> <xsl:for-each select="$Rows"> <li> <a href="/{@FileRef}" title="{$Data} -…
-
2
votes1
answer117
viewsQ: Failure to access Spservices in a Sharepoint list
I created a Spservices that queries a list in Sharepoint 2010 and returns the value of a single field. However, this query is returning the following error: soap:ServerException of type…
-
11
votes1
answer1299
viewsQ: No return of geolocation using Phonegap
I’m using the code to pick up the geolocation of the Phonegap, but even so, when I emulo the app, it returns me nothing. There is something wrong in the code? index.html <html> <head>…
-
6
votes2
answers772
viewsQ: Error executing Cordova build command
I’m executing the command build cordova (after finishing the settings exemplified in this link: Phonegap The Command-Line Interface). But the Node.js returns this error: Generating config.xml from…
-
1
votes7
answers16282
viewsA: Understanding the JSON file
Another site I like to access for JSON editing is this: http://jsoneditoronline.org/ It’s very simple to use.