Howdy,
I am building a file upload facility for a website that I am building. How can I display a file before it is deleted? At the moment the logic in the page goes:
Display image
Display Details - name, size, type
response.flush
Delete file
However, the image does not display as it seems to get deleted before the buffer is flushed. The file details display fine. Is there anyway that I can increase the delay before it is deleted?
SonD
I am building a file upload facility for a website that I am building. How can I display a file before it is deleted? At the moment the logic in the page goes:
Display image
Display Details - name, size, type
response.flush
Delete file
However, the image does not display as it seems to get deleted before the buffer is flushed. The file details display fine. Is there anyway that I can increase the delay before it is deleted?
SonD