|
Search
You searched for the word(s):
< 1 second(s)
-
Thanks Eric! works great. I changed a little bit. Only reply for someone who needs to make it relative to site: thumb.Save(''c:\\temp\\1'' + args.FileName, System.Drawing.Imaging.ImageFormat.Png);changed to string dir = Context.Server.MapPath(''~/Files/th/'');
thumb.Save(dir+args.FileName, ...
-
Need to create my own GetTempFilePath, is this can be done?
On UploadPhoto_FileUploaded, need to save it to another dir if i can duplicate the GetTempFilePath maybe it would help.
PLEASE HEEEEEEEEEEEEELP!
protected void UploadPhoto_FileUploaded(object sender, UploaderEventArgs args)
...
-
yes, i think it is, do you have any help on it, any clue? thanks
-
Hi i'am planning buy a liscense, but first need to know if can be done next: From a picture uploaded, need to resize to a 2 different sizes with diferent names and folders. Could you help me? I was wornking with the Ajax-based-user-profile.aspx Thanks a lot.
|
|
|