ok heaps of readers
and update
well I can tell if the upload file is a jpg by
done this MY WORK
Code:
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(FilePalth)
Set ts = f.OpenAsTextStream(ForReading,TristateUseDefault)
Tree = mid(ts.Readline,1,2)
ts.Close
If Tree = Chr(255) & Chr(216) Then
OPen_JPG = true
MoveAFile(FilePalth)
else
OPen_JPG = false
DeleteAFile(FilePalth)
end if
above code 4 hours work on the web
just the need the text to image thing I'll be a happy camper