Viewing 1 replies (of 1 total)
  • Thread Starter demo tester

    (@zagarskas)

    I found this:
    “notes” => $this->digestNotes($form_data)

    I am thinking there needs to be an if/else around here for Asana?

    I tried to write my own like this
    “file” => $this->attachFile($form_data)
    and then
    $detectfile = explode(“-“, $nameClean);
    if ($detectfile[0] == “file”) {
    $file = $valueClean;
    }

    but to no avail…

Viewing 1 replies (of 1 total)
  • The topic ‘Attachments not working’ is closed to new replies.