Click here to Skip to main content
15,902,447 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: File Upload control in Asp .net Page methods Pin
jkirkerx10-Oct-12 6:42
professionaljkirkerx10-Oct-12 6:42 
I didn't use the html5 version of uploadify, so I'm not sure how it works.

I had to write a Sub Process module, that mimics a webpage on upload, and I saved the image file on the drive in a temp location, actually a library, in which the image can be retrieved again for reprocessing. The Sub Process Module was session capable, so you can set a value. So my Sub Process uses system.drawing to create 4 images in various sizes, and writes a temp image with a temp name for previewing. Then I wrote a cleanup function that searches for previous temp files by date and time, and deletes the ones that are 1 day old.

Why are you trying to save the byte stream in a session?. You can save it as a byte() array or memory stream, just save the filepath in the session, or are you making it cluster ready?
GeneralRe: File Upload control in Asp .net Page methods Pin
sarathtamil8-Oct-12 23:59
sarathtamil8-Oct-12 23:59 
GeneralRe: File Upload control in Asp .net Page methods Pin
kkrangs10-Oct-12 5:00
kkrangs10-Oct-12 5:00 
QuestionI am facing error, BC30451: Name 'this' is not declared Pin
Anjani Kant28-Sep-12 20:38
Anjani Kant28-Sep-12 20:38 
AnswerRe: I am facing error, BC30451: Name 'this' is not declared Pin
Sandeep Mewara28-Sep-12 23:26
mveSandeep Mewara28-Sep-12 23:26 
Questionhelp with regular expression Pin
Jassim Rahma28-Sep-12 7:58
Jassim Rahma28-Sep-12 7:58 
AnswerRe: help with regular expression Pin
Richard MacCutchan28-Sep-12 22:20
mveRichard MacCutchan28-Sep-12 22:20 
GeneralRe: help with regular expression Pin
jkirkerx29-Sep-12 19:48
professionaljkirkerx29-Sep-12 19:48 
GeneralRe: help with regular expression Pin
Richard MacCutchan29-Sep-12 21:40
mveRichard MacCutchan29-Sep-12 21:40 
GeneralRe: help with regular expression Pin
jkirkerx30-Sep-12 7:48
professionaljkirkerx30-Sep-12 7:48 
AnswerRe: help with regular expression Pin
jkirkerx29-Sep-12 19:40
professionaljkirkerx29-Sep-12 19:40 
AnswerRe: help with regular expression Pin
Bernhard Hiller30-Sep-12 22:45
Bernhard Hiller30-Sep-12 22:45 
Questiontwo ASPxButton in one line Pin
Jassim Rahma28-Sep-12 6:44
Jassim Rahma28-Sep-12 6:44 
AnswerRe: two ASPxButton in one line Pin
Sandeep Mewara28-Sep-12 23:29
mveSandeep Mewara28-Sep-12 23:29 
AnswerRe: two ASPxButton in one line Pin
gopal pradhan8-Nov-12 23:11
gopal pradhan8-Nov-12 23:11 
QuestionLoop through NavBarItems Pin
Jassim Rahma28-Sep-12 3:40
Jassim Rahma28-Sep-12 3:40 
AnswerRe: Loop through NavBarItems Pin
jkirkerx28-Sep-12 6:22
professionaljkirkerx28-Sep-12 6:22 
QuestionSend mail from gmail account to Bizmail account Pin
Rockstar_28-Sep-12 0:55
professionalRockstar_28-Sep-12 0:55 
AnswerRe: Send mail from gmail account to Bizmail account Pin
n.podbielski28-Sep-12 3:05
n.podbielski28-Sep-12 3:05 
Questionhow to implement google doodles using vb.net Pin
jai_9228-Sep-12 0:09
jai_9228-Sep-12 0:09 
AnswerRe: how to implement google doodles using vb.net Pin
Joshua Omundson28-Sep-12 6:57
Joshua Omundson28-Sep-12 6:57 
QuestionASP White Screen Pin
berba27-Sep-12 23:56
berba27-Sep-12 23:56 
AnswerRe: ASP White Screen Pin
Sandeep Mewara28-Sep-12 23:31
mveSandeep Mewara28-Sep-12 23:31 
AnswerRe: ASP White Screen Pin
gopal pradhan8-Nov-12 23:13
gopal pradhan8-Nov-12 23:13 
Questionasp.net Pin
mdajmal27-Sep-12 20:03
mdajmal27-Sep-12 20:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.