Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8200 - 8229 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8200
I ran in to an issue with an outdated and unsupported classic asp upload compenent and moved to a code sample I found here: ...
Mark E
meckeard2000
Offline Send Email
Apr 1, 2008
5:23 pm
8201
Norton Antivirus sometimes blocks this as suspicious activity....
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 1, 2008
10:05 pm
8202
Hello, Whenever I have come across this problem it is because the FileSystemObject is blocked on the server. It seems that people think this is too powerful a...
Andrew Thorne
yk_andy
Offline Send Email
Apr 2, 2008
11:37 am
8203
Hi All, Im creating a User registration form in ASP. User can register his/her username with the following condition to be met; the username must not contain...
javediq_143
Offline Send Email
Apr 5, 2008
2:50 pm
8204
Hello Everyone, I am developing a website, which has online registration with 2 Images to be uploaded with the profile.. Please Note: I will be restricting the...
Hitesh
hiteshsgb
Offline Send Email
Apr 6, 2008
6:05 am
8205
the best way, upload image to folder, save image name in DB. I would also sql server not Access. Tony... ... will have ... folder on the ... into the ... ...
Tony Trapp
flashmaster_0
Online Now Send Email
Apr 6, 2008
6:19 am
8206
Hi all, I got a very good code for uploading the Photos to a folder on my server. This code than copies the name of the JPG file into the MDB database file, as...
Hitesh
hiteshsgb
Offline Send Email
Apr 7, 2008
8:39 am
8207
<td align="left" height=10 valign="top" width=327><%=rs("School photo") %></td> needs to be: <td align="left" height=10 valign="top" width=327> <img...
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 7, 2008
2:33 pm
8208
Andy / Charles, After much debate, it turned out to be our internal security. Apparently a change was made and applied some restriction preventing me from...
Mark E
meckeard2000
Offline Send Email
Apr 7, 2008
10:17 pm
8209
Hi Charles, First of all I am sorry for posting the same question in all the groups, I will not do that again. The code sent by you is working very much fine....
Hitesh
hiteshsgb
Offline Send Email
Apr 8, 2008
10:08 am
8210
Hi All, Im back again but you guys will be glad to know that my previous problem of Regular Expression (see Going Wrong with Regular Expression) has been...
javediq_143
Offline Send Email
Apr 8, 2008
4:35 pm
8211
I am trying to add email to my application written in vbscript. If I don't use the .body tag I see my digital signature. But adding the objMail.body tag...
Harpreet
hsayal
Offline Send Email
Apr 8, 2008
6:40 pm
8212
hi plz help in .net and oracle connectivity via stored procedures thanks in advance. bye...
amitleo81
Offline Send Email
Apr 9, 2008
2:55 pm
8213
No reason to ask here. Your question was answered in http://groups.yahoo.com/group/AspNetAnyQuestionIsOk by Dean. If the answer was not complete enough...
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 9, 2008
3:02 pm
8214
I am setting up a web site to be able to upload images. The upload works fine, and I can get the file name out of the string. What I need to do is seperate the...
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 12, 2008
5:13 pm
8215
You could use the Split function, like this: ' Split the string into a two-element array aFileName = Split(sFileName, ".") ' Take the first element of the...
Peter Brunone
peter_brunone
Offline Send Email
Apr 12, 2008
8:04 pm
8216
Additionally you could use the Left function in combination with the InStr function (to get the position of the dot), or if you're concerned that the filename...
Peter Brunone
peter_brunone
Offline Send Email
Apr 12, 2008
8:06 pm
8217
Actually found the Split function right after I posted this, and that works fine for what I am doing. Thanks for posting though. ... the InStr ... that the ......
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 13, 2008
12:40 am
8218
I am using aspupload to upload images to a web site. One of the things I want to allow is for the user to enter a caption to go along with the picture. I have...
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 13, 2008
12:44 am
8219
Are you trying to get the caption with the normal Request.Form object, or are you using the Form property of the AspUpload control as recommended in the...
Peter Brunone
peter_brunone
Offline Send Email
Apr 13, 2008
2:55 am
8220
That fixed it. Thanks for the advice. I was trying to just do an cap=request("txtCap1") and it was the wrong method. Mike ... object, or ... recommended in ......
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 13, 2008
4:09 am
8221
I should give you an edge case where this won't work if you have a file named: myfile.with.multiple.points.gif.bak then this wont work. You could use the split...
mischa kroon
aemca_san
Offline Send Email
Apr 13, 2008
3:03 pm
8222
Thanks for the advice. Just dealing with images that I know will only have the one dot. Thanks though. May need this at another time though. ... in ... that ...
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 19, 2008
9:00 pm
8223
Need some help yet again. I am displaying images on a page based on entries in a database. I want to have a link to the next and previous images at the top of...
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 19, 2008
9:12 pm
8224
You are returning only 1 record to the recordset object. This means that the recordset object only contains 1 image and you can't navigate to a next or...
mischa kroon
aemca_san
Offline Send Email
Apr 21, 2008
8:00 am
8225
I want to display banners in sequential order on a page mainpage.asp where there are multiple locations of banner. The code for banner lies in a separate file...
Tech
dips255
Offline Send Email
Apr 23, 2008
6:32 am
8226
Sounds like IE will refresh it's page. What you can do is do a meta-refresh in html of the banner page which will show another banner thus upping the banner...
mischa kroon
aemca_san
Offline Send Email
Apr 23, 2008
7:38 am
8227
Thanks for responding. I used meta-referesh but the problem did not get resolved. ... which ... making ... have much luck. ... mainpage.asp ... which ... where...
Tech
dips255
Offline Send Email
Apr 23, 2008
10:04 am
8228
It wasn't the solution to your problem, it was a possible other way to go about things. I'm sorry if I wasn't clear about this....
mischa kroon
aemca_san
Offline Send Email
Apr 23, 2008
10:37 am
8229
Hi All, Im creating a user login appliction in ASP and MYSQL. I've created a page where user will login/register.I can sort out all the things here but where...
javediq_143
Offline Send Email
Apr 26, 2008
4:06 pm
Messages 8200 - 8229 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help