If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > How can I automatically create a thumbnail after uploading a picture to my webspace?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-29-02, 22:28
mice mice is offline
Registered User
 
Join Date: Jun 2002
Posts: 11
Unhappy How can I automatically create a thumbnail after uploading a picture to my webspace?

How can I automatically create a thumbnail after uploading a picture to my webspace without using dll or ocx
Reply With Quote
  #2 (permalink)  
Old 07-01-02, 04:19
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Short answer... a heck of a lot of ASP code. ASP is not really designed to read/write binary files whatsoever... as all the filesystemobject commands are for text files. Even uploading binary files using just ASP is a lot of work and quite demanding for the server.

The advantage ASP has over php is the fact that you have the option to use compiled objects... it's the way to go.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 07-01-02, 10:35
mice mice is offline
Registered User
 
Join Date: Jun 2002
Posts: 11
Hi!

Thanks,
can you recommend an ISP Provider that allow us to install components or they have already this components?
cause my currently ISP Provider doesnt allow us to install components.


Thanks
Reply With Quote
  #4 (permalink)  
Old 07-01-02, 10:58
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
ASPUpload is normally installed by default by a heck of a lot of Windows hosting companies. Your best bet is to look at places such as aspin.com or totalasp.co.uk and browse their directories of hosting companies.

A couple which I'd recommend are:

- www.nodehosting.com (actually my current host)
- www.hostinguk.net
__________________
J^ - web | email
newsASP Developer
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On