Horrid
Programmer
- May 20, 1999
- 373
I have made a web toolbar that users can drag items onto and I capture the URL.
The problem is that the getdata function requires you to specify the format you want to get the data in. When they drag a jpg I get an error because I try to read it as a string and not a binary. How do I get the format to use in the getdata funciton?
Thanks
The problem is that the getdata function requires you to specify the format you want to get the data in. When they drag a jpg I get an error because I try to read it as a string and not a binary. How do I get the format to use in the getdata funciton?
Thanks