Christopher
|
| Posted: 03/29/2002, 8:59 AM |
|
Good afternoon,
I wish to use a file upload feature to send the file to a folder and create
a link with a thumbnail image. A chilisoft ASP or PHP solution would be
great.
I have seen an example of this on the codecharge website (using the employee
directory ccs example), but now that I need this feature I can't find it.
any ideas?
Thank you,
Chris
|
|
|
 |
Geert Larsen
|
| Posted: 03/29/2002, 11:30 AM |
|
Here they are: http://www.gotocode.com/art.asp?art_id=120& http://www.gotocode.com/art.asp?art_id=85&
/ geert
"Christopher" <chris@mustbeonline.net> wrote in message
news:a826i9$n0p$1@news.codecharge.com...
> Good afternoon,
>
> I wish to use a file upload feature to send the file to a folder and
create
> a link with a thumbnail image. A chilisoft ASP or PHP solution would be
> great.
>
> I have seen an example of this on the codecharge website (using the
employee
> directory ccs example), but now that I need this feature I can't find it.
>
> any ideas?
>
> Thank you,
> Chris
>
>
|
|
|
 |
Christopher
|
| Posted: 03/29/2002, 2:45 PM |
|
Hi Geert,
Thank you for your reply... These solutions are not going to help my needs.
I am actually looking for a method to post the image file to a separate
folder which is then referenced by a link... Not using Blob in MySql.
Thanks again,
Chris
"Geert Larsen" <gl@fritzhansen.com> wrote in message
news:a82fcq$887$1@news.codecharge.com...
> Here they are:
> http://www.gotocode.com/art.asp?art_id=120&
> http://www.gotocode.com/art.asp?art_id=85&
>
> / geert
>
> "Christopher" <chris@mustbeonline.net> wrote in message
>news:a826i9$n0p$1@news.codecharge.com...
> > Good afternoon,
> >
> > I wish to use a file upload feature to send the file to a folder and
> create
> > a link with a thumbnail image. A chilisoft ASP or PHP solution would be
> > great.
> >
> > I have seen an example of this on the codecharge website (using the
> employee
> > directory ccs example), but now that I need this feature I can't find
it.
> >
> > any ideas?
> >
> > Thank you,
> > Chris
> >
> >
>
>
|
|
|
 |
Steven Dowd
|
| Posted: 03/29/2002, 4:27 PM |
|
What your asking seems to be the default way that the Employees example works?
or another method would be to look at the way that the gotocode.com ccs website
example uploads files on a per user basis to dirs named by the /$UserID/filename
in the myfiles pages
Steven
"Christopher" <chris@mustbeonline.net> wrote in message
news:a82qqr$ta2$1@news.codecharge.com...
> Hi Geert,
>
> Thank you for your reply... These solutions are not going to help my needs.
>
> I am actually looking for a method to post the image file to a separate
> folder which is then referenced by a link... Not using Blob in MySql.
>
> Thanks again,
> Chris
>
>
>
>
> "Geert Larsen" <gl@fritzhansen.com> wrote in message
>news:a82fcq$887$1@news.codecharge.com...
> > Here they are:
> > http://www.gotocode.com/art.asp?art_id=120&
> > http://www.gotocode.com/art.asp?art_id=85&
> >
> > / geert
> >
> > "Christopher" <chris@mustbeonline.net> wrote in message
> >news:a826i9$n0p$1@news.codecharge.com...
> > > Good afternoon,
> > >
> > > I wish to use a file upload feature to send the file to a folder and
> > create
> > > a link with a thumbnail image. A chilisoft ASP or PHP solution would be
> > > great.
> > >
> > > I have seen an example of this on the codecharge website (using the
> > employee
> > > directory ccs example), but now that I need this feature I can't find
> it.
> > >
> > > any ideas?
> > >
> > > Thank you,
> > > Chris
> > >
> > >
> >
> >
>
>
|
|
|
 |
Christopher
|
| Posted: 03/29/2002, 5:58 PM |
|
Hi Steven,
I just bought code charge, yet the examples in the download must be older
ones... The employee directory example code I have still asks for the url
(as a relative path) instead of using the insert procedure.
This is the example I was looking for!
Many thanks,
Chris
"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
news:a830or$7pp$1@news.codecharge.com...
> What your asking seems to be the default way that the Employees example
works?
>
> or another method would be to look at the way that the gotocode.com ccs
website
> example uploads files on a per user basis to dirs named by the
/$UserID/filename
> in the myfiles pages
>
> Steven
>
>
> "Christopher" <chris@mustbeonline.net> wrote in message
>news:a82qqr$ta2$1@news.codecharge.com...
> > Hi Geert,
> >
> > Thank you for your reply... These solutions are not going to help my
needs.
> >
> > I am actually looking for a method to post the image file to a separate
> > folder which is then referenced by a link... Not using Blob in MySql.
> >
> > Thanks again,
> > Chris
> >
> >
> >
> >
> > "Geert Larsen" <gl@fritzhansen.com> wrote in message
> >news:a82fcq$887$1@news.codecharge.com...
> > > Here they are:
> > > http://www.gotocode.com/art.asp?art_id=120&
> > > http://www.gotocode.com/art.asp?art_id=85&
> > >
> > > / geert
> > >
> > > "Christopher" <chris@mustbeonline.net> wrote in message
> > >news:a826i9$n0p$1@news.codecharge.com...
> > > > Good afternoon,
> > > >
> > > > I wish to use a file upload feature to send the file to a folder and
> > > create
> > > > a link with a thumbnail image. A chilisoft ASP or PHP solution
would be
> > > > great.
> > > >
> > > > I have seen an example of this on the codecharge website (using the
> > > employee
> > > > directory ccs example), but now that I need this feature I can't
find
> > it.
> > > >
> > > > any ideas?
> > > >
> > > > Thank you,
> > > > Chris
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/30/2002, 5:23 AM |
|
These are examples of upload saved into file,not BLOB :
http://www.gotocode.com/UserImages/wake/ASPUpload.zip http://www.gotocode.com/UserImages/wake/PHPUpload.zip
You've possibly missed them when browsing articles at gotocode.com
--
Alex
CodeCharge Developer
"Christopher" <chris@mustbeonline.net> wrote in message
news:a83648$guj$1@news.codecharge.com...
> Hi Steven,
>
> I just bought code charge, yet the examples in the download must be older
> ones... The employee directory example code I have still asks for the url
> (as a relative path) instead of using the insert procedure.
>
> This is the example I was looking for!
>
> Many thanks,
> Chris
>
> "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
>news:a830or$7pp$1@news.codecharge.com...
> > What your asking seems to be the default way that the Employees example
> works?
> >
> > or another method would be to look at the way that the gotocode.com ccs
> website
> > example uploads files on a per user basis to dirs named by the
> /$UserID/filename
> > in the myfiles pages
> >
> > Steven
> >
> >
> > "Christopher" <chris@mustbeonline.net> wrote in message
> >news:a82qqr$ta2$1@news.codecharge.com...
> > > Hi Geert,
> > >
> > > Thank you for your reply... These solutions are not going to help my
> needs.
> > >
> > > I am actually looking for a method to post the image file to a
separate
> > > folder which is then referenced by a link... Not using Blob in MySql.
> > >
> > > Thanks again,
> > > Chris
> > >
> > >
> > >
> > >
> > > "Geert Larsen" <gl@fritzhansen.com> wrote in message
> > >news:a82fcq$887$1@news.codecharge.com...
> > > > Here they are:
> > > > http://www.gotocode.com/art.asp?art_id=120&
> > > > http://www.gotocode.com/art.asp?art_id=85&
> > > >
> > > > / geert
> > > >
> > > > "Christopher" <chris@mustbeonline.net> wrote in message
> > > >news:a826i9$n0p$1@news.codecharge.com...
> > > > > Good afternoon,
> > > > >
> > > > > I wish to use a file upload feature to send the file to a folder
and
> > > > create
> > > > > a link with a thumbnail image. A chilisoft ASP or PHP solution
> would be
> > > > > great.
> > > > >
> > > > > I have seen an example of this on the codecharge website (using
the
> > > > employee
> > > > > directory ccs example), but now that I need this feature I can't
> find
> > > it.
> > > > >
> > > > > any ideas?
> > > > >
> > > > > Thank you,
> > > > > Chris
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|