Can I upload a scad file with import other stl

let’s say I have a design using other stl file and the content in scad like this:
import(“a.stl”, convexity=3);
when I upload both of them, it doesn’t seems to work. Is this supported?