NRABrazil's Recent Forum Activity

  • sizcoz I tried here and do not receive the email! But I see in "developer tools" of Chrome than there are issues related to the application are hosted in a "http" server and not a "https".

    I already did an webapp, with C2, than grab audio send it to firebase and send the link, received from firebase, in a email, with php mail function, but I do not know how to send an attached file in php mail.

  • Hi,

    Please, I want to know if this plugin works with Construct 3? If don`t what it is needed to works?

    Thanks

  • Hey, good lucky!

    I find an old post in Google Chrome Help Forum in which they say to ENABLE in chrome://flags

    • Override software rendering list
    • WebGL Draft Extensions
    • WebGL 2.0

    I did it and C3 is working now in my MacBookPro!!!

    Thanks to all who helped me!

  • I already update Chrome, it is in 58.0.3029.81 (64-bit) version, and I try Chrome Canary too, in 60.0.3080.0 (Official Build) Canary (64-bit) but in any of then works! I will try to update to Sierra, because now I am using OS X Yosemite version 10.10.5 bu I want to know if somebody has this issue, and if this update is one solution!

    Thanks anyway!

  • Hi,

    I try to use C3 in my MacBookPro (early 2011) with no sucess, the alert message say that WebGL is not working!

    Somebody has he same problem, or know the solution?

    Thanks

  • Hi rexrainbow

    Me again! I am trying to upload a pdf file, mounted with jsPDF plugin, but using "ObjectURL" rather than "data URI" and I am getting an error message[quote:21g5b7cg]Uncaught ReferenceError: metadata is not defined

    at callback (Rex_Firebase_Storage_plugin.js:525)

    at XMLHttpRequest.oReq.onload (Rex_Firebase_Storage_plugin.js:152)

    Do you know, how to do it?

  • Hi rexrainbow

    Thanks for share your knowledge!

    I want to use Firebase, to store .csv files, in a Android App which I build with C2 and convert with Monaca.io, do you know if it works?

  • Hi cranberrygame

    I just bought your plugins, please confirm and send the download link!

    Thanks

  • Hi all!

    I am trying to use http://myjson.com "A simple JSON store for your web or mobile app", with no result!

    In http://myjson.com/api they say to use

    var obj = {
        "key": "value",
        "key2": "value2"
    };
    var data = JSON.stringify(obj);
    
       $.ajax({
            url: "https://api.myjson.com/bins",
            type: "POST",
            data: data,
            contentType: "application/json; charset=utf-8",
            dataType: "json",
                });
    [/code:2tj32oy0]
    
    And in C2 I try
    [img="http://iprojects.orgfree.com/myjson/error.jpg"]
    With this error
    [quote:2tj32oy0]HTTP500 Server Error
    {"status":500,"message":"Internal Server Error","more_info":"undefined method `string' for #\u003cPhusionPassenger::Utils::TeeInput:0x007f8039c3fe90\u003e"} 
    
    
    Please somebody could help?
    
    Thanks
  • Hi all,

    I am trying to upload a json file with Ajax

    http://iprojects.orgfree.com/json/index.html

    This is my codes

    <?php
       if(isset($_FILES['fileUpload']))
       {
          move_uploaded_file($_FILES['fileUpload']['tmp_name'], jsontest.json); //Fazer upload do arquivo
       }
    ?>[/code:nim35txi]
    
    In brownser console the result message is 200/Ok, but the json file is not updated!
    
    Any help!
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • jackblord

    Yes, I found! But please help me because I do not know how to use it! I want to save the audio files I grab, in a directory of the server of my site. before your plugin I used a external .js script to grab the audio and the following .php file to upload then

    if( $_FILES){ //verificando se existe o envio de arquivos
    
    	if( $_FILES['audio_file']){ //verificando se o campo não está vazio
    
    		$dir = './media/audio/'; //diretório que vai receber o arquivo
    		$tmpName = $_FILES['audio_file']['tmp_name']; //recebe o arquivo temporario
    		$name = $_FILES['audio_file']['name']; //recebe o nome do arquivo
    
    		move_uploaded_file($tmpName,$dir . $name); //envia o arquivo[/code:1yp6bk1c]
    
    Is this .php file compatible with your plugin?
  • X3M

    It is already possible to set two cameras, side by side, to perform VR effects with Google Cardboard, in the actual version, 0.5?

NRABrazil's avatar

NRABrazil

Member since 21 Oct, 2011

None one is following NRABrazil yet!

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies