View Single Post
  #2 (permalink)  
Old 02-17-2006, 07:22 PM
steve0 steve0 is offline
WebProWorld Pro
 
Join Date: May 2004
Location: Austin, TX
Posts: 199
steve0 RepRank 0
Default

Simple overview..

You could use the transaction id as a key..
(Like validating an account.)

Upon upload, check the key..
Once a file is uploaded with that key.. set a flag that corresponds to that key equal to 0 or 1.

If an upload is reattempted with that key, and the flag indicates it has already been used..
die("error message here");
__________________
Hardcore Programming Solutions and Coffee Drinker
Reply With Quote