Ask a Question related to ASP, Design and Development.
-
xool #1
Uploading Pictures
Hi all
Can anyone tell me the simplest easiest way to upload pictures to a
directory.
It's for a content management page - text boxes for new record information
and a file browse form box for the picture...
many thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.491 / Virus Database: 290 - Release Date: 18/06/2003
xool Guest
-
pictures won't come up in AOL...
I created a website using Microsoft Publisher. The text and pictures load fine into my browser. However, when others attempt to view the site... -
Automatic uploading pictures
Hello, I'll want automatic upload pictures from a specified folder to the internet with PHP code. Or does somebody know a Website where I could... -
Column with pictures instead of 0s and 1s (boolean value representation in pictures)
Hi everybody, I have the following problem: I have a datagrid and a bound column to a data field which serves to indicate whether an item is... -
Pictures
Hey, Does anybody know how to make pictures be displayed on the background of the web page without having to put it there. I made a list of... -
Pictures on a CD
How do you inport a picture to Photoshop Elements that is on a CD? -
xool #2
Re: Uploading Pictures
Thanks for that Ray, which 3rd party component would you recommend
Cheers
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:e2v#5NegDHA.2072@TK2MSFTNGP10.phx.gbl...It's> [url]http://www.aspfaq.com/2189[/url]
> It doesn't matter if the files are pictures or any other kind of file.information> just a file upload.
>
> Ray at work
>
> "xool" <me@me.net> wrote in message
> news:%23A2tTFegDHA.2984@TK2MSFTNGP11.phx.gbl...> > Hi all
> >
> > Can anyone tell me the simplest easiest way to upload pictures to a
> > directory.
> >
> > It's for a content management page - text boxes for new record>> > and a file browse form box for the picture...
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.491 / Virus Database: 290 - Release Date: 18/06/2003
xool Guest
-
Ray at #3
Re: Uploading Pictures
I personally use a pure VBScript "component" from
[url]http://www.aspzone.com/articles/john/aspUpload/[/url]. Using a scripting solution
like this is quite slow though, and I'm sure I will give in one day. I just
really hate using third party components. When I get extra motivated, I'll
make my own component or purchase one. I don't know which one I'd go with
though.
Ray at work
"xool" <me@me.net> wrote in message
news:OGILkaegDHA.2464@TK2MSFTNGP09.phx.gbl...> Thanks for that Ray, which 3rd party component would you recommend
>> > [url]http://www.aspfaq.com/2189[/url]
Ray at Guest
-
Manohar Kamath [MVP] #4
Re: Uploading Pictures
Ray,
I'd say spare the pain and go with something like [url]www.aspupload.com[/url]. The
VBScript component makes a great teaching tool for inner workings of
uploads, but for a few bucks I would use something that's fast.
--
Manohar Kamath
Editor, .netBooks
[url]www.dotnetbooks.com[/url]
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uvT4fmegDHA.2632@tk2msftngp13.phx.gbl...solution> I personally use a pure VBScript "component" from
> [url]http://www.aspzone.com/articles/john/aspUpload/[/url]. Using a scriptingjust> like this is quite slow though, and I'm sure I will give in one day. II'll> really hate using third party components. When I get extra motivated,> make my own component or purchase one. I don't know which one I'd go with
> though.
>
> Ray at work
>
> "xool" <me@me.net> wrote in message
> news:OGILkaegDHA.2464@TK2MSFTNGP09.phx.gbl...>> > Thanks for that Ray, which 3rd party component would you recommend
> >> > > [url]http://www.aspfaq.com/2189[/url]
>
Manohar Kamath [MVP] Guest
-
Ray at #5
Re: Uploading Pictures
Thanks Manohar. That's probably what I'll wind up doing, I'd imagine. Or
maybe I'll just give in and redo everything in .net... I'll get right on
that. ;]
Ray at work
"Manohar Kamath [MVP]" <mkamath@TAKETHISOUTkamath.com> wrote in message
news:Ok7lppegDHA.2184@TK2MSFTNGP10.phx.gbl...> Ray,
>
> I'd say spare the pain and go with something like [url]www.aspupload.com[/url]. The
> VBScript component makes a great teaching tool for inner workings of
> uploads, but for a few bucks I would use something that's fast.
>
> --
> Manohar Kamath
> Editor, .netBooks
> [url]www.dotnetbooks.com[/url]
>
>
Ray at Guest
-
Antonin Foller #6
Re: Uploading Pictures
Take a look at pureasp file upload, [url]http://www.pstruh.cz[/url] It is free for up
to 10MB uploads.
Antonin
"xool" <me@me.net> wrote in message
news:#A2tTFegDHA.2984@TK2MSFTNGP11.phx.gbl...> Hi all
>
> Can anyone tell me the simplest easiest way to upload pictures to a
> directory.
>
> It's for a content management page - text boxes for new record information
> and a file browse form box for the picture...
>
>
> many thanks
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> Version: 6.0.491 / Virus Database: 290 - Release Date: 18/06/2003
>
>
Antonin Foller Guest
-
ChrisD #7
Uploading Pictures
I am completely lost. I created an entire website using Microsoft Publisher 2003 and I uploaded it into "myweb", and I published the site, and everything is working EXCEPT my pictures. The picture that I had (which was a clip art file) comes up blank with an red "X" in the corner, meaning it did not load. I made sure it was in the Front Page file...and I uploaded it. If I type the name of the website, the image does not come up. But if I type the actual URL of the image itself, it does come up - what should I do?? what am I doing wrong?
ChrisD Guest
-
David Bartosik - MS MVP #8
Re: Uploading Pictures
what's the deal with "frontpage file", you using both? (big mistake)
if the picture is loaded and yet it doesn't load on the page then that means
the image is in a path that differs from the path coded in the pages html
code.
Did you not use Publisher to upload? If you don't that is the fastest way to
mess up the site. Upload with Publisher to make sure the output matches.
Refer to [url]http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=324[/url]
for correct
procedure.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"ChrisD" <ChrisD@discussions.microsoft.com> wrote in message
news:1EBB27E5-E862-4C5C-B97B-112D930E7F53@microsoft.com...Publisher 2003 and I uploaded it into "myweb", and I published the site, and> I am completely lost. I created an entire website using Microsoft
everything is working EXCEPT my pictures. The picture that I had (which was
a clip art file) comes up blank with an red "X" in the corner, meaning it
did not load. I made sure it was in the Front Page file...and I uploaded
it. If I type the name of the website, the image does not come up. But if
I type the actual URL of the image itself, it does come up - what should I
do?? what am I doing wrong?
David Bartosik - MS MVP Guest



Reply With Quote

