Discussions Populaires Dans la Communauté JSON

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
عبدالرزاق رحمون's image
La question a été ajoutée par عبدالرزاق رحمون IT engineer Ministry of Education
Depuis 8 années
Réponses:
1
Adeptes:
Vues:
413
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Zubair Ali's image
La question a été ajoutée par Zubair Ali Software Developer III S&P Global
Depuis 10 années

What are the better (Possible) ways to upload a file to back-end (server side) consuming simple HTML page?‎

use simple input type file to upload file to server-side. where server side can be a web-service, an ashx page or (post that file to any .aspx page).‎

Réponses:
1
Adeptes:
Vues:
247
Vote Count:
1
La réponse doit contenir un minimum de 25 caractères.
Default profile image
La question a été ajoutée par Utilisateur supprimé
Depuis 10 années
Réponses:
1
Adeptes:
Vues:
145
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
ayaz awan's image
La question a été ajoutée par ayaz awan SmartPhones application developmen frankappsolutions
Depuis 10 années
Réponses:
1
Adeptes:
Vues:
79
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Salem Al Badawi's image
La question a été ajoutée par Salem Al Badawi Web Developer Electronic Company for High Technology
Depuis 10 années
Réponses:
1
Adeptes:
Vues:
142
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Abdullah Tayyab Farooqi's image
La question a été ajoutée par Abdullah Tayyab Farooqi Vice President, Product Development Systems Limited
Depuis 10 années

How would one go about cross-site scripting? We have explored jsonP but it doesn't work in our scenario.‎

The error we get is that the resource is not accessible - SSL is not an option.‎

Réponses:
1
Adeptes:
Vues:
108
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Khadijah Shtayat's image  
La répondre a été ajoutée par  Khadijah Shtayat, Technical Lead, Opensooq
Depuis 10 années

IF  I got what you ask for .check the example please  function testFunction() { alert("Hello I am json funcation"); } var jsonObj ={"id":2013,"fu ... Voir Plus

Signaler CV
Ahmad Hasan Altarawneh's image  
La répondre a été ajoutée par  Ahmad Hasan Altarawneh, Full Stack Web Developer, FREELANCER
Depuis 8 années

AJAX  is Asynchronous JavaScript and XML ( technology ) JSON JavaScript Object Notation  (syntax for storing and exchanging data,easier-to-use alternative to XML)   when ... Voir Plus

Signaler CV
Mayank Sahu's image  
La répondre a été ajoutée par  Mayank Sahu, Mobile application Developer, UAEBARQ
Depuis 8 années

dear if you want to go to learn with someone it's good JSON object is not that much difficult to learn. there are Many tools available online you can learn there fre ... Voir Plus

Signaler CV
Zaib Niaz's image  
La répondre a été ajoutée par  Zaib Niaz, Senior Android Developer, Innowi
Depuis 8 années

try{InputStream is = getActivity().getAssets().open("yourfilename.json");int size = is.available();byte[] buffer =newbyte[size]; is.read(buffer); ... Voir Plus

Signaler CV