hi,
i'm using apex process to download blob file stored in db.
i set the filename using:
sys.htp.p('Content-Disposition:attachment; filename='||v_fname);
the file is downloaded but hebrew characters in v_fname are encoded incorrectly as symbols.
what can i do to get the correct filename?