php - Flash upload keeps going after page refresh -


I have a strange problem, it's a bit strange for me.

I have the File Upload Tool, I have created Flash (as2), uploads the file images, and then writes the image details in a database. However, I have a problem when I refresh the page, the upload script keeps working.

And it seems that some problems when the image is written to the image when the image does not actually appear in the server. I have fixed this issue by checking some whether the file is actually present before the server is written, but I would like to know why this happens

Anyone before this issue?

This could be because your swf is still cached by the browser with the process running in the background Gone. I suggest you do not force the browser to cache it by adding it to the head tag:

  & lt; Meta http-equiv = "pragma" content = "no-cache" />  

Comments