Yes Albert, that was my initial thought, but how you deal with the images ?
Say user created a HTML file locally (with some HTML Editor For Dummies). He/She placed an image which would be referred either as: C:/MyPictures/ or as /localhost/images/Image01.jpg
Now when I place the App on the server:
- the path to the image has to be replaced with new reference
- Image has to be transferred to the appropriate path
The (2) is easy
The (1) in general is possible but I’m not sure how to handle that in SC ?
What I wanted to do is:
- User creates HTML file (locally - no internet), and inserts an image(s)
- User logs in to the remote App then does Copy/Paste of the HTML code to the editor, then… the final step would be to upload the images to the server (or perhaps the images have to be uploaded first), then some process must parse the Local PAth to Server Path
Arthur