Saving file to disk receiving fopen error

try change to this one

$upload_dir = wp_upload_dir();
$fp = fopen( $upload_dir["basedir"] . '/artworks.js', 'w+');