in a region iframe src a blob file problem?
hi ,
I try to make an example like this:I have a table which store blob files.And I try to see the file content in html region
htp.p('<iframe src="ptest?n='||:P1_FILE_ID||'" width="650" height="450" />
</iframe>
<item name="deneme" type="button" onclick="doSubmit(NEXT)"></item>');
to display the file in a frame but ı cant see in the frame.when button next submit the other file must be seen but always alert open file or save message but ı dont want this ı want to see the file content in iframe region.Can you help.
thanks.