473,387 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Upload Problem Using ASP

Dear All;

I'm developing a web site and i need to make adminisration for this
site it's a site for Real Estates .

But I don't need the administration to be online .. I want them to
fill data and images offline and then send them online...

but i have a problem regarding the images i want it to be sent to the
web site So i want if there is a possible way to fill data offline and
this will put it in offline database then on browsing images it'll be
sent online and at the same time put on their location i adjusted
offline .

So how can i put Images at a desired location Offline and at the same
time upload them online .

Thanks Alot
Noha Khalifa
Jul 19 '05 #1
4 2399
Keefek Noha,
Can you give us more explanation on what you are trying to do exaclty, I got
a bit lost when reading your post.
I didn't quite understand how are you going to fetch the images if they are
offline. How are you doing this with the data? A small thought also, what's
the point of not having an online administration for such an application (I
don't know, that's my opinion).
--
Fadi El-Eter, itoctopus - http://www.itoctopus.com

"NohaKhalifa" <no**********@gawab.com> wrote in message
news:94**************************@posting.google.c om...
Dear All;

I'm developing a web site and i need to make adminisration for this
site it's a site for Real Estates .

But I don't need the administration to be online .. I want them to
fill data and images offline and then send them online...

but i have a problem regarding the images i want it to be sent to the
web site So i want if there is a possible way to fill data offline and
this will put it in offline database then on browsing images it'll be
sent online and at the same time put on their location i adjusted
offline .

So how can i put Images at a desired location Offline and at the same
time upload them online .

Thanks Alot
Noha Khalifa

Jul 19 '05 #2
Hi;

The problem of not having administration online is that they have a
Dial-Up connection and if any Seller came to their office for His Real
Estate, they need him to wait till they connected to the internet and
fill the data online ....

So this Solution is not suitable for them .
SO what i made is an offline form that fill data in an offline
database also put images for each Real Estate in a folder with the
real estate Name "I made this by using Fileupload, So he selected
Images by Browsing it"..

After this step and he fill and update all data required, The second
step came to Upload data to the online database, he connected to the
internet and i made a file send data to an asp file on hosting server
and store data in online db..

After this the third step came to upload images to the online web
server for images to appear in site also i made upload code in an asp
file on the hosting server...
That's all the Story but the problem is that they don't like this and
see that it needs alot of work to do it especially for images they see
that they do the this twice online and offline,and they may make
faults selecting images .

I forget to say that the site also located offline so i need images to
be in the site location offline.

They want to upload images online and offline at the desired folder by
one click .

the problem for me that i need to use server.mappath and it just will
work for offline web server or hosting server ..

I hope that u understand me, and i hope to find a soultion for this
problem ...

Thanks alot
noha khalifa
"Fadi El-Eter" <el*****@nospamatall.com> wrote in message news:<uT**************@TK2MSFTNGP10.phx.gbl>...
Keefek Noha,
Can you give us more explanation on what you are trying to do exaclty, I got
a bit lost when reading your post.
I didn't quite understand how are you going to fetch the images if they are
offline. How are you doing this with the data? A small thought also, what's
the point of not having an online administration for such an application (I
don't know, that's my opinion).
--
Fadi El-Eter, itoctopus - http://www.itoctopus.com

"NohaKhalifa" <no**********@gawab.com> wrote in message
news:94**************************@posting.google.c om...
Dear All;

I'm developing a web site and i need to make adminisration for this
site it's a site for Real Estates .

But I don't need the administration to be online .. I want them to
fill data and images offline and then send them online...

but i have a problem regarding the images i want it to be sent to the
web site So i want if there is a possible way to fill data offline and
this will put it in offline database then on browsing images it'll be
sent online and at the same time put on their location i adjusted
offline .

So how can i put Images at a desired location Offline and at the same
time upload them online .

Thanks Alot
Noha Khalifa

Jul 19 '05 #3
Well, allow me to say this is the poorest company I've ever seen, that's for
sure.
Here's my solution for you, which I think is the easiest,
make a small visual basic program to upload the database and the images to
their appropriate location (you can use the FTP control), research it a bit
on the web.
Once they connect, they'll upload it and that's it.
If the database is large, and you don't want to upload it each time, just
make this small visual basic application run your asp script to copy the
data.
You can also upload the images that are only modified during the same day or
come up with another alogrithm.
My guess is that this solution is the easiest and the least cumbersome. Feel
free to contact me whenever you want.

--
Fadi El-Eter, itoctopus - http://www.itoctopus.com
"NohaKhalifa" <no**********@gawab.com> wrote in message
news:94**************************@posting.google.c om...
Hi;

The problem of not having administration online is that they have a
Dial-Up connection and if any Seller came to their office for His Real
Estate, they need him to wait till they connected to the internet and
fill the data online ....

So this Solution is not suitable for them .
SO what i made is an offline form that fill data in an offline
database also put images for each Real Estate in a folder with the
real estate Name "I made this by using Fileupload, So he selected
Images by Browsing it"..

After this step and he fill and update all data required, The second
step came to Upload data to the online database, he connected to the
internet and i made a file send data to an asp file on hosting server
and store data in online db..

After this the third step came to upload images to the online web
server for images to appear in site also i made upload code in an asp
file on the hosting server...
That's all the Story but the problem is that they don't like this and
see that it needs alot of work to do it especially for images they see
that they do the this twice online and offline,and they may make
faults selecting images .

I forget to say that the site also located offline so i need images to
be in the site location offline.

They want to upload images online and offline at the desired folder by
one click .

the problem for me that i need to use server.mappath and it just will
work for offline web server or hosting server ..

I hope that u understand me, and i hope to find a soultion for this
problem ...

Thanks alot
noha khalifa
"Fadi El-Eter" <el*****@nospamatall.com> wrote in message

news:<uT**************@TK2MSFTNGP10.phx.gbl>...
Keefek Noha,
Can you give us more explanation on what you are trying to do exaclty, I got a bit lost when reading your post.
I didn't quite understand how are you going to fetch the images if they are offline. How are you doing this with the data? A small thought also, what's the point of not having an online administration for such an application (I don't know, that's my opinion).
--
Fadi El-Eter, itoctopus - http://www.itoctopus.com

"NohaKhalifa" <no**********@gawab.com> wrote in message
news:94**************************@posting.google.c om...
Dear All;

I'm developing a web site and i need to make adminisration for this
site it's a site for Real Estates .

But I don't need the administration to be online .. I want them to
fill data and images offline and then send them online...

but i have a problem regarding the images i want it to be sent to the
web site So i want if there is a possible way to fill data offline and
this will put it in offline database then on browsing images it'll be
sent online and at the same time put on their location i adjusted
offline .

So how can i put Images at a desired location Offline and at the same
time upload them online .

Thanks Alot
Noha Khalifa

Jul 19 '05 #4
Thanks alot for ur care, i understand ur solution .

I'll tell u what i'm doing for data, after they filled from
administration form offline to the offline database, i made a form of
Hidden fields that contains data that isn't uploaded yet i'm checking
certain field i made in database.

then i submit this form to a an asp file in hosting server and i made
the insertion code in this file so it inserted data in online database
..

I can read images names by the same way, do u have anyway to complete
the upload proccess for images to the hosting server by the same way
by only knowing their name from database .

I hope u have any idea about this..
Sorry but i don't have time to search for ur idea because i need to
finish this soon, so if u have a solution i can continue by it mine
i'll be greatfull .

Sorry for disturbing u .
Thanks alot
Noha Khalifa
"Fadi El-Eter" <el*****@nospamatall.com> wrote in message news:<OI**************@TK2MSFTNGP10.phx.gbl>...
Well, allow me to say this is the poorest company I've ever seen, that's for
sure.
Here's my solution for you, which I think is the easiest,
make a small visual basic program to upload the database and the images to
their appropriate location (you can use the FTP control), research it a bit
on the web.
Once they connect, they'll upload it and that's it.
If the database is large, and you don't want to upload it each time, just
make this small visual basic application run your asp script to copy the
data.
You can also upload the images that are only modified during the same day or
come up with another alogrithm.
My guess is that this solution is the easiest and the least cumbersome. Feel
free to contact me whenever you want.

--
Fadi El-Eter, itoctopus - http://www.itoctopus.com
"NohaKhalifa" <no**********@gawab.com> wrote in message
news:94**************************@posting.google.c om...
Hi;

The problem of not having administration online is that they have a
Dial-Up connection and if any Seller came to their office for His Real
Estate, they need him to wait till they connected to the internet and
fill the data online ....

So this Solution is not suitable for them .
SO what i made is an offline form that fill data in an offline
database also put images for each Real Estate in a folder with the
real estate Name "I made this by using Fileupload, So he selected
Images by Browsing it"..

After this step and he fill and update all data required, The second
step came to Upload data to the online database, he connected to the
internet and i made a file send data to an asp file on hosting server
and store data in online db..

After this the third step came to upload images to the online web
server for images to appear in site also i made upload code in an asp
file on the hosting server...
That's all the Story but the problem is that they don't like this and
see that it needs alot of work to do it especially for images they see
that they do the this twice online and offline,and they may make
faults selecting images .

I forget to say that the site also located offline so i need images to
be in the site location offline.

They want to upload images online and offline at the desired folder by
one click .

the problem for me that i need to use server.mappath and it just will
work for offline web server or hosting server ..

I hope that u understand me, and i hope to find a soultion for this
problem ...

Thanks alot
noha khalifa
"Fadi El-Eter" <el*****@nospamatall.com> wrote in message

news:<uT**************@TK2MSFTNGP10.phx.gbl>...
Keefek Noha,
Can you give us more explanation on what you are trying to do exaclty, I got a bit lost when reading your post.
I didn't quite understand how are you going to fetch the images if they are offline. How are you doing this with the data? A small thought also, what's the point of not having an online administration for such an application (I don't know, that's my opinion).
--
Fadi El-Eter, itoctopus - http://www.itoctopus.com

"NohaKhalifa" <no**********@gawab.com> wrote in message
news:94**************************@posting.google.c om...
> Dear All;
>
> I'm developing a web site and i need to make adminisration for this
> site it's a site for Real Estates .
>
> But I don't need the administration to be online .. I want them to
> fill data and images offline and then send them online...
>
> but i have a problem regarding the images i want it to be sent to the
> web site So i want if there is a possible way to fill data offline and
> this will put it in offline database then on browsing images it'll be
> sent online and at the same time put on their location i adjusted
> offline .
>
> So how can i put Images at a desired location Offline and at the same
> time upload them online .
>
> Thanks Alot
> Noha Khalifa

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
5
by: Thomas Brooks | last post by:
Hi there.... I have an ASP routine that I'm writing which updates an Access database with a user name, the file name, etc. all done through parameter processing and SQL functions. I do not...
3
by: Mike Kelly | last post by:
Hi. I've built a page using standard ASP.NET 2.0 features and when I upload a large file (>20MB) to our intranet server, I get a paltry 100KB/s on our 100Mb/s LAN. Simply copying the file, I get...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
1
by: Marko Vuksanovic | last post by:
I used the following code for implementing a file upload progress indicator, using UpdateProgress Panel, though I have a problem that FileUpload.Has File always returns false. Any suggestions what...
4
by: Marko Vuksanovic | last post by:
I am trying to cause the uplaod button, id="Upload",when clicked, to exectue the onClick event for Button1, id="Button1". <asp:FileUpload id="FileUpload" runat="server"> </asp:FileUpload>...
7
by: pbd22 | last post by:
hi. i am having probs understanding how to grab a file being uploaded from a remote client. i am using hidden input fields for upload such as: <input id="my_file_element" type="file"...
0
by: Buddy Home | last post by:
Hello, I'm trying to upload a file programatically and occasionally I get the following error message. Unable to write data to the transport connection: An established connection was aborted...
21
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most...
2
by: hotflash | last post by:
Hi All, I found the best pure ASP code to upload a file to either server and/or MS Access Database. It works fine for me however, there is one thing that I don't like and have tried to fix but...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.